@if(count($data) > 0)
@foreach($data as $row)
@if(isset($row->user_avatar->path) && $row->user_avatar->path != '')
@else
@endif
{{$row->first_name}}
{{$row->email}}
{{$row->customer_id}}
Total Orders {{$row->EmpOrderCount->count()}}
@endforeach
@else
Not Found!
@endif