{{-- Reply body. `{{ }}` escapes HTML so a
hostile agent can't inject markup;
`white-space: pre-wrap` preserves
newlines the agent typed. --}}
{{ $body }}
@if ($authorName)
— {{ $authorName }}
@endif
{{ __('This is a reply from :name regarding ":subject". You can reply to this email to continue the conversation.', ['name' => $accountName, 'subject' => $ticketSubject]) }}