@vite(['resources/css/app.css', 'resources/js/app.js'])
@livewireStyles
@fluxAppearance
@if (isset($header) || isset($headeraction))
@if (isset($header))
{{ $header }}
@endif
@if (isset($headeraction))
{{ $headeraction }}
@endif
@endif
{{ $slot }}
@livewireScripts
@fluxScripts
@stack('modals')