@include('modals.superAdmin.item.item.viewitem')
@if (count($combo_items) > 0) @foreach ($combo_items as $key => $combo_item) @endforeach @else @endif
S.No Name Category SKU MRP Recommended Status Action
{{ $combo_items->firstitem() + $key }} {{ $combo_item->name }} {{ $combo_item->category->name }} {{ $combo_item->variation->sku }} {{ $combo_item->variation->mrp }}
recommended == 1 ? 'checked' : '' }} type="checkbox" role="switch" id="{{ $combo_item->item_id }}" wire:click="updateRecommendStatus($event.target.checked,'{{ $combo_item->item_id }}')">
status == 1 ? 'checked' : '' }} type="checkbox" role="switch" id="{{ $combo_item->item_id }}" wire:click="updateStatus($event.target.checked,'{{ $combo_item->item_id }}')">
 

No Record Found

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