@include('layout.head')
@include('layout.header')
@yield('page_content')
@include('layout.footer')