@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 @if(count($data) < 12) @else @endif @else @if($loadmore == 0)
Not Found!
@endif @endif