{{-- SB Admin 2 - Google Fonts --}} {{-- SB Admin 2 - Font Awesome --}} {{-- SB Admin 2 - CSS via CDN --}} {{-- Styles personnalisés (optionnel) --}} @stack('styles') {{-- Page Wrapper --}}
{{-- Sidebar --}} @include('partials.sidebar') {{-- Content Wrapper --}}
{{-- Main Content --}}
{{-- Topbar --}} @include('partials.topbar') {{-- Begin Page Content --}}
{{-- Titre de page (optionnel) --}} @hasSection('page_title')

@yield('page_title')

@hasSection('page_actions')
@yield('page_actions')
@endif
@endif {{-- Alertes flash --}} @include('partials.alerts') {{-- Contenu principal de la page --}} @yield('content')
{{-- /.container-fluid --}}
{{-- End of Main Content --}} {{-- Footer --}} @include('partials.footer')
{{-- End of Content Wrapper --}}
{{-- End of Page Wrapper --}} {{-- Scroll to Top Button --}} {{-- Logout Modal --}} @include('partials.logout-modal') {{-- Bootstrap core JavaScript --}} {{-- SB Admin 2 JS --}} {{-- Scripts additionnels --}} @stack('scripts')