@php(do_action('get_header')) @php(wp_head()) @vite(['resources/css/app.scss', 'resources/js/app.js']) @php(wp_body_open())
{{ __('Skip to content', 'sage') }} @include('sections.header.header')
@yield('content')
@hasSection('sidebar') @endif @include('sections.footer.footer')
@include('partials.menu-off-canvas')
@php(do_action('get_footer')) @php(wp_footer())