{{-- path: resources/views/layouts/site.blade.php --}} @yield('title', config('app.name', 'CafeNaija')) {{-- SEO meta — populated per-page via @section('meta') once the CMS/SEO module (blueprint §17) is wired in; falls back sensibly until then --}} @vite(['resources/css/app.css', 'resources/js/app.js']) Skip to content
@include('partials.announcement-bar') @include('partials.navigation')
@yield('content')
@stack('scripts')