Logo

Reset Your Password

@lang('auth.reset_password.title')

@if ($errors->any()) @endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @else Enter a valid email @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @else Enter a password @endif
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @else Enter a password confirmation @endif

Back to login