@yield('subcontent')
{{ $slot ?? null }}
@vite('resources/css/app.css') @vite('resources/js/app.js') @livewireStyles @wireUiScripts
{{-- @include('../layout/components/dark-mode-switcher') --}} {{-- @include('../layout/components/main-color-switcher') --}} @yield('loader') @if (($layout ?? false) == 'login') @yield('content') @yield('script') @elseif (($layout ?? false) == 'side-menu') @auth @include('../layout/components/mobile-menu') @include('../layout/components/top-bar') @endauth