{{-- Bootstrap 5.3 --}} {{-- --}} {{-- /Bootstrap 5.3 --}} {{-- FontAwsome 6.4 --}} {{-- /FontAwsome 6.4 --}} {{-- Google Fonts --}} {{-- /Google Fonts --}} {{-- SweatAlert2 --}} {{-- /SweatAlert2 --}} {{-- Main Style --}} {{-- /Main Style --}} @yield('css')
{{-- Nav --}} @include('front.inc.nav') {{-- /Nav --}} {{-- Content --}} @yield('content') {{-- /Content --}} {{-- Footer --}} @include('front.inc.footer') {{-- /Footer --}} {{-- JQuery --}} {{-- /JQuery --}} {{-- Bootstrap --}} {{-- /Bootstrap --}} {{-- SweatAlert2 --}} {{-- /SweatAlert2 --}} {{-- Main Script --}} {{-- /Main Script --}} {{-- Alerts --}} @if (session()->has('success')) @endif @if (session()->has('failed')) @endif {{-- /Alerts --}} {{-- Custom --}} @yield('js') {{-- /Custom --}}