@extends('layouts.auth') @section('title', 'Forgot Password · Aromaniacs ERP') @section('content')
Aromaniacs

ERP Access

Forgot password?

Enter your ERP account email and we will send a secure reset link.

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror

The link expires in 60 minutes. If you do not see the email, check spam and promotions folders.

Remember your password? Back to sign in

Aromaniacs ERP · Restricted Access

@endsection