revised approval system (all forms)

This commit is contained in:
Jagad R R
2025-01-16 15:56:22 +07:00
parent f48b74589e
commit 45dd0a67b6
32 changed files with 2360 additions and 501 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class ExpenseApproved extends Mailable
public function envelope(): Envelope
{
return new Envelope(
subject: 'Expense Approved',
subject: 'Expense First Approval',
);
}