{{-- resources/views/layouts/page.blade.php with updated navigation links --}} @yield('title', config('app.name', 'PangoQ')) @vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles @yield('header')
{{-- Header with centered navigation links --}}
@auth
@else Log in Account @endauth
@yield('content')
@include('components.footer')
@livewireScripts @stack('scripts')