@include('modals.superAdmin.account.setting.customer-support.add') @include('modals.superAdmin.account.setting.customer-support.edit')
@if (count($customer) > 0) @foreach ($customer as $key => $customers) @endforeach @else @endif
S.No Name Number City Status Action
{{ $customer->firstitem() + $key }} {{ $customers->name }} {{ $customers->number }} {{ $customers->city->name }}
status == 1 ? 'checked' : '' }} type="checkbox" role="switch" id="{{ $customers->id }}" wire:click="updateStatus($event.target.checked,'{{ $customers->id }}')">

No Record Found

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