{{ $kitchen_Name .'-'. $skid }} - Swiggy/Zomato Items
@if(count($items) > 0)
Select All
@endif
@if (count($items) > 0) @foreach ($items as $key => $item) @php $check = App\Models\ItemAddThird::Where([['kitchen_detail_id',$list_branch_items],['item_id',$item->id]])->first(); @endphp @if($check != null) @if($check->item_id == $item->id) @else @endif @else @endif @endforeach @else @endif
S.no Item Action
{{ $loop->index + 1 }} {{ $item->name }}
item_id == $item->id)>

No Record Found