@include('modals.branchAdmin.item.branchitemview') @include('modals.superAdmin.item.item.reject.reject')
{{-- --}} @if (count($items) > 0) @foreach ($items as $key => $item) {{-- --}} @endforeach @else @endif
S.No Kitchen SKID NameCategory Food TypeStatus Action
{{ $items->firstitem() + $key }} @if($item->kitchen){{ $item->kitchen->name }}@else -- @endif @if($item->kitchen){{ $item->kitchen->kitchen_detail->skid }}@else -- @endif {{ $item->item->name }}{{ $item->item->category->name }} @if($item->item->variation !=null) {{ $item->item->variation->food_type }} @else -- @endif @if($item->item_status == 'pending') Pending @endif @if($item->category_id != null) @endif

No Record Found

@if ($items) {{ $items->links('vendor.livewire.bootstrap') }} @endif