@if($seo?->og_image) @endif @if($seo?->twitter_image) @endif @if($seo?->schema_js) @endif @vite(['resources/css/app.css', 'resources/js/app.js']) @stack('styles') @include('components.updatedheader') @include('sections.pinned-updates')
@yield('content')
@include('components.footer') @stack('scripts')