@stack('styles')
@include('layouts.navigation') @hasSection('header')
@yield('header')
@endif
@include('components.assistant-modal')
@yield('content')
@include('layouts.footer')
@stack('scripts')