Create Notice
{{-- Success flash --}}
@if(session('status'))
{{ session('status') }}
@endif
{{-- Validation errors --}}
@if ($errors->any())
Fix the following:
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@push('scripts')
@endpush