@extends('layout.app') @section('content')

DS Sản phẩm kho


{!! Form::open(array('url' => url()->current(), 'method' => 'get', 'id'=> 'gridForm','role'=>'form')) !!}
@if(empty($checkRole))
{!! Form::select('branch_id', $deposts, null, array('class' => 'form-control branch_id','placeholder'=>'--Chi nhánh--')) !!}
@endif
{!! Form::select('product_id', $products, null, array('class' => 'form-control select2 product_id','placeholder'=>'--Chọn sản phẩm--')) !!}
{{ Form::close() }}
@endsection @section('_script') @endsection