Fix 404 error in finance document emails
- Update invalid 'finance.show' route to the correct 'admin.finance.show' in email templates. - This prevents broken links in approval, rejection, and status update emails.
This commit is contained in:
@@ -24,7 +24,7 @@ A finance document has been approved by the cashier and is now awaiting your rev
|
||||
This document includes an attachment for review.
|
||||
@endif
|
||||
|
||||
<x-mail::button :url="route('finance.show', $document)">
|
||||
<x-mail::button :url="route('admin.finance.show', $document)">
|
||||
Review Document
|
||||
</x-mail::button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user