@include('modals.superAdmin.setting.combo.addcombo') @include('modals.superAdmin.setting.combo.editcombo') @include('modals.superAdmin.setting.combo.viewcombo')
@if (count($combos) > 0) @foreach ($combos as $key => $combo) @endforeach @else @endif
S.No Kitchen Name Price Status Action
{{ $combos->firstitem() + $key }} {{ $combo->kitchen->name }} {{ $combo->name }} {{ $combo->price }}
status == 1 ? 'checked' : '' }} type="checkbox" role="switch" id="{{ $combo->id }}" wire:click="updateStatus($event.target.checked,'{{ $combo->id }}')">
 

No Record Found

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