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