{{ __('dashboard_page.top_customers') }}

@forelse($topCustomers as $customer) @empty @endforelse
{{ __('dashboard_page.customer_name') }} {{ __('dashboard_page.company') }} {{ __('dashboard_page.total_shipments') }} {{ __('forms.email') }} {{ __('dashboard_page.phone') }} {{ __('dashboard_page.point_balance') }}
{{ $customer->full_name }} {{ $customer->company_name }}
{{ number_format($customer->shipment_count) }}
@if($loop->first) @endif
{{ $customer->email }} {{ $customer->phone_number }}
{{ $customer->point_balance }}
{{ __('dashboard_page.no_customers_found') }}