@include('partials.head', ['title' => $title ?? 'Dashboard'])
@if (isset($header))
{{ $header }}
@endif
{{ $slot }}
@livewireScripts