@extends('backend.layouts.master') @section('content')
{!! Form::open(array('url' => url()->current(), 'method' => 'get', 'id'=> 'gridForm','role'=>'form')) !!}

1.1 Danh sách sản phẩm

{{ Form::close() }}
@include('backend.products.ajax') @include('backend.products._form') @include('backend.products.import')
@endsection @section('script') @include('backend.layouts.script') @endsection