{!! seo($seo ?? null) !}
{{ $title ?? 'Page Title' }}
@livewireStyles @stack('scripts') @vite(['resources/js/app.js','resources/css/app.css']) @googlefonts
@include('components.layouts.partials.styles') @fluxAppearance
@if(\App\Support\NostrAuth::check())
routeIs('association.news') ? 'current' : '' }}>News
routeIs('association.profile') ? 'current' : '' }}>Profil
routeIs('association.projectSupport') ? 'current' : '' }}>Projekt-Unterstützungen
@endif
Info
Issues/Feedback
Changelog
Github
Impressum
@if(\App\Support\NostrAuth::check())
@csrf
Logout
@else
Mit Nostr verbinden
@endif
@if(\App\Support\NostrAuth::check())
routeIs('association.news') ? 'current' : '' }}>News
routeIs('association.profile') ? 'current' : '' }}>Meine Mitgliedschaft
routeIs('association.projectSupport') ? 'current' : '' }}>Projekt-Unterstützungen
@endif @include('components.layouts.navigation.admin')
{{ $slot }}
@fluxScripts @livewireScriptConfig