@yield('head')
@include('layout.header_nav')
@yield('content')
@yield('footer')