| {{ $key + 1 }} |
{{ $customer->fullname }} |
{{ $customer->contact ?? 'N/A' }} |
{{ $customer->email ?? 'N/A' }} |
{{ $customer->address ?? 'N/A' }} |
{{ $customer->city ?? 'N/A' }} |
{{ $customer->country ?? 'N/A' }} |
@can('edit_client')
@endcan
@can('show_client')
@endcan
@can('delete_client')
@endcan
|
@endforeach
@else