@extends('front.layouts.master-auth') @section('canonical') @php $queryParams = request()->only(['category_id', 'country_id', 'project_size_id', 'rating', 'budget', 'time_id', 'search', 'skill_id']); if (request()->integer('page', 1) > 1) { $queryParams['page'] = request()->integer('page'); } $customCanonical = url()->current() . (!empty($queryParams) ? '?' . http_build_query($queryParams) : ''); @endphp @endsection @section('hreflang') @endsection @section('content')
@if(isset($breadcrumbs) && is_array($breadcrumbs) && count($breadcrumbs) > 0) @endif

@lang('Projects')

@include('front.project._filters')
@include('front.project.list')
@endsection @section('js-body') @endsection