@can('customer_create') @endcan
@if(count($customers) > 0) @foreach ($customers as $row) @endforeach @endif
# {{ $lang->data['customer_name'] ?? 'Customer Name' }} {{ $lang->data['contact'] ?? 'Contact' }} {{ $lang->data['address'] ?? 'Address' }} {{ $lang->data['action'] ?? 'Action' }}
{{$loop->index + 1}} {{$row->name}}

{{getCountryCode()}}{{ (int)$row->phone }}

{{ $row->email }}

{{$row->address}}
@can('customer_edit') @endcan @can('customer_view') @endcan @can('customer_edit') @endcan @can('customer_delete') @endcan
@if($hasMorePages)
{{ $lang->data['loading'] ?? 'Loading...' }}
{{ $lang->data['loading'] ?? 'Loading...' }}
@endif
@if(count($customers) == 0) @endif