@include('partials.metas')
@yield('page_title') | {{ config('app.name') }}
@include('partials.header') @yield('page_content') @include('partials.footer') @include('cookieConsent::index') @yield('scripts')