@extends('layouts.default') @section('title', __('seo.projects.title')) @section('meta_description', __('seo.projects.description')) @section('canonical', route('projects')) @section('content') {{ __('project.tag.header') }} {{ __('project.header') }} {{ __('global.tree.back-btn') }} {{ __('global.navigation.home') }} > {{ __('global.navigation.projects') }} @livewire('projects-filter') @endsection @section('scripts') @endsection