@extends('layouts.app') @section('title', 'Forgot Password - ' . config('app.name')) @section('content')

Reset Password

Enter your email to receive a password reset link

@if($errors->any()) @endif @if(session('status')) @endif
@csrf
@error('email')
{{ $message }}
@enderror

Back to Sign In

Don't have an account? Register

@endsection