@include('emails.partials.header', ['title' => 'Appointment Reminder'])
Appointment Reminder
Hi {{ $appointment->name }},
{{ $timing['intro'] }}
- Time Until Appointment: {{ $timing['hoursLabel'] }}
- When: {{ $appointment->formattedWhen() }}
@php
$serviceLabel = $appointment->serviceNamesLabel();
@endphp
@if($serviceLabel && $serviceLabel !== '—')
- Service: {{ $serviceLabel }}
@endif
- Where: 7195 Gladstone Drive, V2N 3A3
- Appointment ID: {{ $appointment->appointment_id }}
@include('emails.partials._appointment-custom-fields-list', ['appointment' => $appointment])
Manage appointment
A cancellation fee of $50 applies for cancellations or rescheduling within 24 hours of the scheduled appointment, or for no-shows.
Please call us at +1 (778) 675 1861 or email info@mjvacservices.ca if you have any questions.
@include('emails.partials.footer')