@extends('front.main', [ 'title' => __('Projet :libelle', ['libelle' => $item->libelle]), 'pagename' => 'projets']) @push('css') @endpush @section('content') @include('project-item', compact('item')) @endsection @push('js') @endpush