@forelse($customers as $customer) @empty @endforelse
# Name Price List Type Phone Address Actions
{{ $loop->iteration }} {{ $customer->name }}
{{ $customer->priceListType->name }}
{{ $customer->phone ?? '-' }} {{ $customer->address ?? '-' }}
No customers found
{{ $customers->links('vendor.pagination.tailwind') }}
@if($showModal) @endif