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