@include('modals.superAdmin.addon.viewitemaddon')
{{-- --}} @if (count($item_addons) > 0) @foreach ($item_addons as $key => $item_addon) {{-- --}} @endforeach @else @endif
S.No ItemStatusAction
{{ $item_addons->firstitem() + $key }} {{ $item_addon->item->name }}
status == 1 ? 'checked' : '' }} type="checkbox" role="switch" id="{{ $item_addon->id }}" wire:click="updateStatus($event.target.checked,'{{ $item_addon->id }}')">
 

No Record Found

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