@if(View::hasSection('page-title'))
.: @yield('page-title') - No Agenda Art Generator :.
@else
.: No Agenda Art Generator :.
@endif
@include('partials/favicon')
@vite(['resources/scss/app.scss'])
@livewireStyles
@yield('additional_headers')
@include('partials/preloader')
@include('partials/nav/head')
@yield('page-top')
@yield('page-content')
@include('partials.footer.section')
@livewireScriptConfig
@vite(['resources/js/app.js'])
@yield('additional_footers')