@extends('layouts.adminLayout.admin_design') @section('content')

{{ $title }} [{{$productname}}]

{{Form::open(['url' => route('ingredientsinventoryexport'), 'method'=>'POST', 'name' => 'ingredientsinventoryexport', 'id' => 'ingredientsinventoryexport']) }}
@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
{{Form::close() }}
{{ __('lbl.sku') }} {{ __('lbl.product_name') }} {{ __('lbl.barcode') }} {{ __('lbl.cost') }} {{ __('lbl.bin_value') }} {{ __('lbl.vendor') }} {{ __('lbl.umo') }} {{ __('lbl.beginning_inventory') }} {{ __('lbl.total') }} {{ __('lbl.action') }}  
{{Form::hidden('productingredientsinventory',route('productingredientsinventory',$pid),['id'=>'productingredientsinventoryRoute'])}} {{Form::hidden('damageInventoryAdd',route('damageInventoryAdd'),['id'=>'damageInventoryAdd'])}} {{Form::hidden('primaryvendorAdd',route('primaryvendorAdd'),['id'=>'primaryvendorAdd'])}} {{Form::hidden('actualInventoryAdd',route('actualInventoryAdd'),['id'=>'actualInventoryAdd'])}} {{Form::hidden('inventoryTable','productingredientslist',['id'=>'inventoryTable'])}} @endsection @section('pagescript') {!! Helper::datatablelib('productinventory/list.js') !!} @stop