@component('mail::message')
{{ trans('notifications.ticket_updated.greeting', ['user' => $ticket->user->getName()]) }}
{{ trans('notifications.ticket_updated.message', ['ticket_id' => $ticket->id, 'subject' => $ticket->subject]) }}
@component('mail::button', ['url' => $url, 'color' => 'blue'])
{{ trans('notifications.ticket_updated.button_text') }}
@endcomponent
@include('admin.mail.ticket._ticket_detail_panel', ['ticket_detail' => $ticket])
{{ trans('messages.thanks') }},
{{ $ticket->assignedTo ? $ticket->assignedTo->getName() : '' }}
{{ get_platform_title() }}
@endcomponent