@extends('layouts.auth') @section('title', 'Forgot Password') @section('content')
{{ config('app.name') }}
auth-illustration mask
@if ($errors->any()) @endif

Forgot Password? 🔒

Enter your email and we'll send you instructions to reset your password

@csrf
@error('email')
{{ $message }}
@enderror
@endsection