@extends('layouts.auth') @section('titulo', 'Recuperar senha') @section('content')
logo

Bem-vindo

Digite uma nova senha

@csrf @if($errors->has('email'))
Erro! {{$errors->first('email')}}
@endif @if($errors->has('password'))
Erro! {{$errors->first('password')}}
@endif
@endsection