@include('theme::partials.head', ['seo' => ($seo ?? null) ])
{{-- Mobile Header --}}
{{-- End Mobile Header --}}
{{ $slot }}
@livewire('notifications') @if(!auth()->guest() && auth()->user()->hasChangelogNotifications()) @include('theme::partials.changelogs') @endif @include('theme::partials.footer-scripts') {{ $javascript ?? '' }}