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