InfyOm
Generator
@lang('auth.forgot_password.title')
@if (session('status'))
{{ session('status') }}
@endif
@csrf
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@lang('auth.forgot_password.send_pwd_reset')