📅 Appointment Confirmed

{{ $companyName }}

Hi {{ $customer?->first_name ?? $lead->first_name }},

Your appointment has been confirmed. Please find the details below. We look forward to speaking with you!

Appointment Details

Event {{ $appointment->event_name }}
Date {{ \Carbon\Carbon::parse($appointment->event_date)->format('l, F j, Y') }}
Time {{ $appointment->event_time }} ({{ $appointment->timezone ?? 'UTC' }})
@if($appointment->meeting_location)
Location {{ $appointment->meeting_location }}
@endif
@if($appointment->meeting_url) @endif @if($appointment->notes)

Notes:

{{ $appointment->notes }}

@endif

If you need to reschedule or have any questions, please reply to this email or contact us directly. We look forward to our conversation!