diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index befcf41..4c90c71 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -3,7 +3,7 @@ - {!! seo($seo ?? null) !} + {!! seo($seo ?? null) !!} {{ $title ?? 'Page Title' }} @livewireStyles @@ -11,8 +11,6 @@ @vite(['resources/js/app.js','resources/css/app.css']) @googlefonts - - @include('components.layouts.partials.styles') @fluxAppearance @@ -31,9 +29,9 @@ @if(\App\Support\NostrAuth::check()) - routeIs('association.news') ? 'current' : '' }}>News - routeIs('association.profile') ? 'current' : '' }}>Profil - routeIs('association.projectSupport') ? 'current' : '' }}>Projekt-Unterstützungen + News + Profil + Projekt-Unterstützungen @endif @@ -76,9 +74,9 @@ @if(\App\Support\NostrAuth::check()) - routeIs('association.news') ? 'current' : '' }}>News - routeIs('association.profile') ? 'current' : '' }}>Meine Mitgliedschaft - routeIs('association.projectSupport') ? 'current' : '' }}>Projekt-Unterstützungen + News + Meine Mitgliedschaft + Projekt-Unterstützungen @endif @include('components.layouts.navigation.admin')