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