@if (session()->has('success'))
{{ __('Success') . '!' }}
{{ session('success') }}
@endif
@csrf
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
{{ __('Send Mail') }}
<< {{ __('Back') }}