@vite(['resources/css/app.css']) @livewireStyles
{{-- ═══ SIDEBAR ═══ --}} {{-- ═══ MAIN ═══ --}}
{{-- Links: Hamburger + Titel --}}
@hasSection('breadcrumb-parent')@yield('breadcrumb-parent')@else{{ $breadcrumbParent ?? 'Dashboard' }}@endif @hasSection('breadcrumb')@yield('breadcrumb')@else{{ $breadcrumb ?? 'Übersicht' }}@endif
{{-- Rechts: Actions --}}
{{-- Live-Status --}}
Live
{{-- Suche --}} {{-- Domain erstellen --}}
@hasSection('content') @yield('content') @else {{ $slot ?? '' }} @endif
@vite(['resources/js/app.js']) @livewireScripts @livewire('wire-elements-modal')