Files
ploi-core/resources/views/emails/support/new-ticket-received.blade.php
2025-08-13 17:41:15 +02:00

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