{!! Form::open(array('url' => url()->current(), 'method' => 'get', 'id'=> 'gridForm','role'=>'form')) !!}
{{ Form::close() }}
6.4 Lịch sử nhập, xuất kho
@if(empty($checkRole))
{!! Form::select('branch_id', $deposts, null, array('class' => 'form-control square','placeholder'=>'--Chọn kho--')) !!}
@endif
{!! Form::select('status', $status, null, array('class' => 'form-control square','placeholder'=>'--Nghiệp vụ kho--')) !!}
{!! Form::select('product_id', $products, null, array('class' => 'form-control square select2','data-placeholder'=>'--Chọn sản phẩm--')) !!}
@include('history_depot.ajax')
@include('history_depot._form')
{{--@include('backend.history_depot.import')--}}