@if ($customers->total())
people
{{ trans('messages.customers') }}
{{ $customers->count() }} / {{ number_with_delimiter($customers->total(), $precision = 0) }} ยท {{ trans('messages.search.view_all') }}
@foreach($customers as $customer)
{{ $customer->displayName() }}
{{ $customer->user->email }}
@endforeach @endif