Customers({{count($customers)}})

Add New @forelse($customers as $customer) @empty @endforelse
Name City Phone
{{ $customer->name }} {{ $customer->city }} {{ $customer->phone }}
No users found.
{{ $customers->withQueryString()->links() }}