dashboard {{translate('messages.top_customers')}}
@php($params=session('dash_params')) @if($params['zone_id']!='all') @php($zone_name=\App\Models\Zone::where('id',$params['zone_id'])->first()->name) @else @php($zone_name = translate('All')) @endif {{ translate('messages.zone') }} : {{ $zone_name }}
@foreach($top_customer as $key=>$item)
{{$item->customer['f_name']??'Not exist'}}
@endforeach