@include('layouts.partials.head')
@include('layouts.partials.nav')
@yield('content')
@include('layouts.partials.scripts') @yield('scripts')