@extends('layouts.AuthLayout') @section('title', 'Forgot password') @section('content')
images

Forgot Password

Back to Log in

@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@endsection