@include('partials.nav')
@include('partials.navHeader')
@yield('content')
@include('partials.footer')