{{ __('main.customers_list') }}
@foreach ($customers as $row) @endforeach
# {{ __('main.customer') }} {{ __('main.contact') }} {{ __('main.status') }} {{ __('main.actions') }}
{{ $loop->index + 1 }}
{{ $row->name }}
{{ getCountryCode() }} {{ $row->phone }}
{{ $row->email ?? '' }}
{{ __('main.view_customer') }}
@if ($hasMorePages)
Loading...
Loading...
@endif
@if (count($customers) == 0) @endif