{{-- --}} {{-- --}} @yield('styles') {{-- --}} @include("shared.datatables-assets-css")
@include('partials.backend.sidebar')
@include('partials.backend.navbar')
@include('partials.backend.flash') @yield('content')
@include('partials.backend.offcanvas-settings-app') @include('partials.backend.footer')
@include('partials.backend.modal')
{{-- 'defer' permet de telecharger le fichier sans blocker l'analyse du html , et s'execute a la fin du teléchargement--}} {{-- --}} @yield('scripts') @include('shared.services-js') @include('shared.datatable-assets-js') @stack('js')