{{-- ๐Ÿ” Search Form --}}

Customers ({{ $customers->total() }})

{{-- ๐Ÿงพ Customer Table --}}
@forelse($customers as $customer) @empty @endforelse
Name Phone Service ID Action
{{ $customer->name }} {{ $customer->phone }} {{ $customer->customer_service_id }}
No customers found.
{{-- โœ… Bootstrap Pagination --}}
{{ $customers->withQueryString()->links('pagination::bootstrap-5') }}
{{-- ๐Ÿงฉ Modals for Each Customer --}} @foreach($customers as $customer) @endforeach