@include('emails.partials.header', ['title' => "We've Received Your Service Request – MJ VAC Services"])

Dear {{ $appointment->name }},

Thank you for reaching out to MJ VAC Services.

Your appointment will be confirmed via email shortly.

Your Request Summary

Appointment ID: {{ $appointment->appointment_id }}

Preferred Date: {{ $appointment->scheduledAt()->format('F d, Y') }}

Preferred Time: {{ $appointment->slotTimeRangeLabel() }} ({{ \App\Support\BusinessTimezone::label() }})

Contact Number: {{ $appointment->phone }}

@if($appointment->is_paid && $appointment->price > 0)

Booking Fee Paid: ${{ number_format($appointment->price, 2) }}

Payment Status: ✓ Paid

@endif @include('emails.partials._appointment-custom-fields', ['appointment' => $appointment])
Contact Us
MJ VAC Services
Email: info@mjvacservices.ca
Phone: +1 (778) 675 1861

We appreciate your trust in MJ VAC Services and look forward to providing you with cleaner, healthier air.

@include('emails.partials.footer')