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