@extends('layouts.header_auth', ['title' => 'Esqueci minha senha']) @section('css') @endsection @section('content')

Recuperar senha

Informe seu email para receber o link.

@csrf
@error('email') {{ $message }} @enderror
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
@endsection