@if($projects->count() > 0)
@foreach($projects as $project) @include('front.project._project_card') @endforeach
{{ $projects->withQueryString()->links('front.pagination') }}
@else

@lang('No Items Found')

@endif