Use the proper route for in new ticket received mail.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
{{ __('A new support ticket has came in. Press the button below to view the ticket.') }}
|
||||
|
||||
@component('mail::button', ['url' => route('admin.support.show', $supportTicket->id)])
|
||||
@component('mail::button', ['url' => route('filament.admin.resources.support-tickets.view', $supportTicket->id)])
|
||||
{{ __('View ticket') }}
|
||||
@endcomponent
|
||||
@endcomponent
|
||||
|
||||
Reference in New Issue
Block a user