@include('includes.head')
@include('includes.nav')
@yield('content')
@include('includes.footer')