@if($projects->count() > 0)
@foreach($projects as $project) @include('front.project._project_card', ['showPayToFeature' => true, 'hideFavoriteButton' => true]) @endforeach
{{ $projects->withQueryString()->links('front.pagination') }}
@else

@lang('No Items Found')

@endif