@stack('styles') @stack('head')
@if(session('error'))
{{ session('error') }}
@endif @yield('content')
@stack('scripts')