@if(count($data) > 0) @foreach($data as $row)
@if(isset($row->user_avatar->path) && $row->user_avatar->path != '') customersecimg @else img1 @endif
{{$row->first_name}} {{$row->last_name}}
{{$row->email}}

{{$row->customer_id}}

Total Orders {{$row->EmpOrderCount->count()}}

@endforeach @else

Employees Not Found!

@endif
@if(count($data) == 12 || count($data) > 12) @endif
@csrf