@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}}
{{ $row->status == 1 ? 'Active' : 'Inactive' }}
Total Orders {{$row->CustomerOrderCount->count()}}
View Details
@endforeach @if(count($data) < 12) @else @endif @else @if($loadmore == 0)
Not Found!
@endif @endif