@extends('auth') @section('title', 'forgot password') @section('content')
@csrf
logo.png

Recover your password

@error('email')
{{$message}}
@enderror @if (session('status'))
{{ session('status') }}
@endif
Thank you, back to Login.
@endsection