@include('modals.superAdmin.pickup-order.pick_category.addpick_category') @include('modals.superAdmin.pickup-order.pick_category.editpick_category')
@if (count($pick_categories) > 0) @foreach ($pick_categories as $key => $pick_category) @endforeach @else @endif
S.No Name Status Action
{{ $pick_categories->firstitem() + $key }} {{ $pick_category->name }}
status == 1 ? 'checked' : '' }} type="checkbox" role="switch" id="{{ $pick_category->id }}" wire:click="updateStatus($event.target.checked,'{{ $pick_category->id }}')">

No Record Found

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