@php(do_action('get_header')) @php(wp_head()) @php(wp_body_open())
{{ __('Skip to content', 'sage') }}
@include('sections.header.header')
@yield('content')
@hasSection('sidebar') @endif
@include('sections.footer.footer')
@php(do_action('get_footer')) @php(wp_footer())