@yield('styles')
@include('user.layout.partials.header')
@include('user.layout.partials.nav')
@yield('content')
@yield('scripts')