@extends('web.teacher.indexBlank') @section('title', 'Redefinir senha') @section('content')

Redefinir senha

voltar

Crie uma nova senha.

A sua nova senha deve ser diferente das utilizadas anteriormente.

@if (Session::has('message')) @endif
@csrf
Pelo menos 8 caracteres. @if ($errors->has('password')) {{ $errors->first('password') }} @endif
As duas senhas devem ser a mesma. @if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
Fechar
Avatar

Senha cadastrada com sucesso.

Fazer login

Mais tarde

@stop