>
{{ __('trans.auth.reset_password') }}
{{__('trans.auth.forgot_password')}} 🔒
{{__('trans.auth.enter_email_to_reset')}}
@if( $errors->all() ) @foreach ($errors->all() as $message)
{{ $message }}
@endforeach @endif
@csrf
{{__('trans.email')}}
*
{{__('trans.auth.reset_password')}}
{{__('trans.auth.back_to_login')}}