@if($users->count() > 0)
@foreach($users as $user) @include('front.freelancer._freelancer_card') @endforeach
{{ $users->withQueryString()->links('front.pagination') }}
@else

@lang('No Items Found')

@endif