@foreach ($data['customers'] as $key=>$item) @endforeach
{{translate('customer_List')}}
{{ translate('customer_Analytics').' '.'-' }} {{translate('total_Customer').' '.'-'.' '.count($data['customers'])}}
{{translate('active_Customer').' '.'-'.' '.$data['active']}}
{{translate('inactive_Customer').' '.'-'.' '.$data['inactive']}}
{{translate('search_Criteria')}}- {{translate('search_Bar_Content').' '.'-'.' '.!empty($data['searchValue']) ? $data['searchValue'] : 'N/A'}}
{{translate('SL')}} {{translate('customer_Image')}} {{translate('Name')}} {{translate('phone')}} {{translate('email')}} {{translate('date_of_Joining')}} {{translate('total_Order')}} {{translate('status')}}
{{++$key}} {{ucwords(($item->f_name?? translate('not_found')).' '.$item->l_name)}} {{$item?->phone ?? translate('not_found')}} {{ucwords($item->email)}} {{date('d M, Y ',strtotime($item->created_at))}} {{$item->orders_count}} {{translate($item->is_active == 1 ? 'active' : 'inactive')}}