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