@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
@endif @yield('content')
@stack('scripts')