@vite(['resources/scss/app.scss', 'resources/js/app.js']) @livewireScripts
@include('components.layout.navigation')
@hasSection('header')
@yield('header')
@endif
@yield('content')
@hasSection('sidebar') @livewire('sidebar', ['type' => $type]) @endif @stack('scripts')