@includeWhen(config('core.favicon_enabled'), 'favicon') @include('core::theme-change') @yield('title') @vite(['resources/js/app.js']) @foreach (\Modules\Core\Facades\Innoclapps::styles() as $name => $path) @if (\Illuminate\Support\Str::startsWith($path, ['http://', 'https://'])) @else @endif @endforeach {{-- Head Flag --}}
@include('core::brand')

@yield('title')

@yield('subtitle')

@include('core::warnings.www-url-prefix') @include('core::warnings.incorrect-url') {{-- Fake div for spacing when only 1 alert exists --}}
{{ $slot }}
@include('core::boot')