@yield('css') @stack('styles') @include('sweetalert::alert') {{-- @include('partials.header') --}} @include('partials.aside')
@yield('content')
© Copyright 2025, IITECH SARL
@if (!Auth::check()) @include('partials.auth') @else @include('partials.profil') @endif @yield('script-select2') @yield('scripts') @stack('scripts')