@if (session()->has(\Orchid\Alert\Alert::SESSION_MESSAGE))
{!! session(\Orchid\Alert\Alert::SESSION_MESSAGE) !!}
@yield('flash_notification.sub_message')
@endif
@empty(!$errors->count())
{{ __('Oh snap!') }}
{{ __('Change a few things up and try submitting again.') }}
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif