@forelse($customers as $customer) @empty @endforelse
#ID Name Email Actions
{{ $customer->id }} {{ $customer->name }} {{ $customer->email }} All Forms
No customers found
Showing {{ $customers->firstItem() }} to {{ $customers->lastItem() }} of {{ $customers->total() }} results