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

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('product_id', $products, null, array('class' => 'form-control square select2','data-placeholder'=>'--Chọn sản phẩm--')) !!}
{{ Form::close() }}
@include('history_depot.statisticalAjax')
@endsection @section('script') @endsection