@include('partials.header') @yield('nav-header')
@yield('content')
@include('partials.footer')