@include('user.partials.head') @stack('styles') @include('user.partials.header')
@yield('content')
@include('user.partials.footer') @include('user.partials.scripts') @stack('scripts')