@php $companyInfo = \App\Models\CompanyInformation::query()->first(); $brand = 'Clinique HOV'; $clinicAddress = $companyInfo?->address; $clinicPhone = $companyInfo?->phone; $clinicEmail = $companyInfo?->email; @endphp
{{ $brand }}

Response to Your Inquiry

Dear Valued Patient,

{!! $emailData['response_to_message'] !!}


Original Message

Subject: {{ $emailData['original_subject'] }}

{!! nl2br(e($emailData['original_message'])) !!}

Thank you for reaching out. Please feel free to reply if you have any further questions.

@if($clinicPhone || $clinicEmail || $clinicAddress)

@if($clinicPhone)Phone / WhatsApp: {{ $clinicPhone }}
@endif @if($clinicEmail)Email: {{ $clinicEmail }}
@endif @if($clinicAddress)Address: {{ $clinicAddress }}@endif

@endif