10 lines
305 B
PHP
10 lines
305 B
PHP
@component('mail::message')
|
|
{{ __('Hi!') }}
|
|
|
|
{{ __('A new support ticket has came in. Press the button below to view the ticket.') }}
|
|
|
|
@component('mail::button', ['url' => route('filament.admin.resources.support-tickets.view', $supportTicket->id)])
|
|
{{ __('View ticket') }}
|
|
@endcomponent
|
|
@endcomponent
|