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

Phân bổ data theo sản phẩm

{!! Form::close() !!}
@include('backend.statistical.sale_thong_ke_customer_theo_sp.ajax')
@endsection @section('script') @include('backend.layouts.script') @endsection