@extends('layouts.app_notauth') @section('content')

{{ config('app.name') }}

@if (session('status')) @endif

Forgot Password? 🔒

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

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