{{ __('main.customers_list') }}
@foreach ($customers as $row) @endforeach
# {{ __('main.customer') }} {{ __('main.contact') }} {{ __('main.group') }} {{ __('main.status') }} {{ __('main.actions') }}
{{ $loop->index + 1 }}
{{ $row->file_number }}
{{ $row->first_name }}
{{ getCountryCode() }} {{ $row->phone_number_1 }}
@if ($row->phone_number_2)
{{ getCountryCode() }} {{ $row->phone_number_2 }}
@endif
{{ $row->email ?? '' }}
{{ $row->group->name ?? '' }}
{{ __('main.view_customer') }} @if (Auth::user()->id == $row->created_by) {{ __('main.edit') }} @endif
@if ($hasMorePages)
Loading...
Loading...
@endif
@if (count($customers) == 0) @endif