@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->email}}

{{$row->customer_id}}

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

@endforeach @else Not Found! @endif
@csrf