{{ __('Dear :name,', ['name' => $clientName]) }}
{{ __('Your request has been successfully received and registered as follow:') }}
{{ __('Ticket ID') }}: {{ $ticket->ticket_number }}
{{ __('Title') }}: {{ $ticket->title }}
{{ __('Priority') }}: {{ $ticket->priority?->label() ?? $ticket->priority }}
{{ __('Project') }}: {{ $ticket->project?->name ?? __('Uncategorized') }}
{{ __('Our team will review your request shortly.') }}
{{ __('You can reply to this email to add more information and your reply will be added to the ticket as a comment.') }}
{{ __('Best regards,') }}
{{ config('email_to_ticket.support_team_name') }}