@csrf
@if ($errors->any())
{{ $errors->first() }}
@endif
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))
{{ Session::get('alert-' . $msg) }}
@endif @endforeach
{{ __('Type Your Email') }}
Send Confirmation
@error('email')
{{ $message }}
@enderror