@include('partials.head') @php do_action('get_header') @endphp @include('partials.header-insurances')
@yield('content')
@php do_action('get_footer') @endphp @include('partials.footer') @php wp_footer() @endphp