{{-- Titre de page (optionnel) --}}
@hasSection('page_title')
@endif
{{-- Alertes flash --}}
@include('partials.alerts')
{{-- Contenu principal de la page --}}
@yield('content')
{{-- /.container-fluid --}}
@yield('page_title')
@hasSection('page_actions')@yield('page_actions')
@endif