{{ __('Dear :name,', ['name' => $clientName]) }}

{{ __('Your reply to ticket :ticket could not be added as the ticket is marked as Closed.', ['ticket' => $ticket->ticket_number]) }}

{{ __('To continue, please reopen the ticket via our Client Portal.') }}

{{ __('Client Portal') }}

{{ __('Thank you for your understanding.') }}

{{ __('Best regards,') }}
{{ config('email_to_ticket.support_team_name') }}