@extends('layouts.app') @section('title') - Liste des projets @endsection @section('content')
@livewire('projets.projet-component')
@endsection @section('script') @endsection