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

ERP Access

Set a new password

Choose a strong password for {{ $email }}.

@csrf
@error('password')

{{ $message }}

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

Link expired or invalid? Request a new link

Aromaniacs ERP · Restricted Access

@endsection