{{Form::open(['url' => route('ingredientsinventoryexport'), 'method'=>'POST', 'name' => 'ingredientsinventoryexport', 'id' => 'ingredientsinventoryexport']) }}
{{Form::close() }}
@if(Helper::checkAccess('product_inventory_export'))
{{Form::button(' '. __('lbl.export'), ["class"=>"clickbtncommon btn btn-sm btn-primary","value"=>"xlsx","name"=>"export",'type' => 'submit']) }}
{{Form::hidden('pId',$pid,['id'=>'pId'])}}
@endif
@if(Helper::checkAccess('product_inventory_import'))
@endif
{{ __('lbl.sku') }} | {{ __('lbl.product_name') }} | {{ __('lbl.barcode') }} | {{ __('lbl.cost') }} | {{ __('lbl.bin_value') }} | {{ __('lbl.vendor') }} | {{ __('lbl.umo') }} | {{ __('lbl.beginning_inventory') }} | {{ __('lbl.total') }} | {{ __('lbl.action') }} |
---|