@vite(['resources/css/tiptap/guest-titap-editor.css']) @vite(['resources/css/page.css']) @stack('styles') @livewireStyles {{-- --}} {!! SEOMeta::generate() !!} {!! OpenGraph::generate() !!}
⚠️ SANDBOX / PREVIEW MODE - This record is NOT necessarily published ⚠️
@yield('preloader')
@include('frontend.layouts.header')
@include('frontend.layouts.navbar')
@yield('main_content') @include('frontend.layouts.footer')
@include('layouts.partials.captcha') @wireUiScripts {{-- SWEET ALERTY LIBRARY --}} @livewireScripts {{-- custom scripts for views --}} @stack('scripts')