{{--
--}}
Table Hover Animation
{{-- --}}
{{-- --}}
{{-- --}}
@if(isset($itemData))
@if($itemData->isEmpty())
@endif
@foreach($itemData as $item)
@if($item->storage_to_ingredient == 1000 || $item->storage_to_ingredient == 100)
@else
@endif
@if ($item->status =='1')
@else
@endif
@endforeach
@endif
{{__('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}} | {{ $item->qty . " " . $item->storage_unit }} | {{ get_storage_unit($item->qty, $item->storage_unit, $item->ingredient_unit) }} | {{$item->qty_in_unit}} {{$item->ingredient_unit}} | {{$item->tax->name ?? 'N/A' }} | Active | Inactive | {{-- --}} {{-- --}} {{-- --}} |