{{--
--}}
Table Hover Animation
{{__('messages.name')}} | {{__('messages.SKU')}} | {{__('messages.BARCODE')}} | {{__('messages.CATEGORY')}} | {{__('messages.COST')}} | {{__('messages.StorageQTY')}} | {{__('messages.IngredientQTY')}} | {{__('messages.tax')}} | {{__('messages.STATUS')}} | {{--Ingredient Unit | --}} {{--Storage to Ingredient | --}} {{--Costing Method | --}}{{__('messages.ACTIONS')}} |
---|---|---|---|---|---|---|---|---|---|---|---|---|
There is no item yet! | ||||||||||||
{{$item->name}} | {{$item->sku}} | {{$item->barcode}} | {{$item->getItemCategory->name}} | {{$item->cost}} | @if($item->storage_to_ingredient == 1000 || $item->storage_to_ingredient == 100){{ $item->qty . " " . $item->storage_unit }} | @else{{ get_storage_unit($item->qty, $item->storage_unit, $item->ingredient_unit) }} | @endif{{$item->qty_in_unit}} {{$item->ingredient_unit}} | {{$item->tax->name ?? 'N/A' }} | @if ($item->status =='1')Active | @elseInactive | @endif{{-- --}} {{-- --}} {{-- --}} |