@include('emails.partials.header', ['title' => 'Appointment Rescheduled'])
Appointment Rescheduled
Dear {{ $booking->name }},
Your appointment has been successfully rescheduled.
- Appointment ID: {{ $booking->appointment_id }}
- When: {{ $booking->formattedWhen() }}
- Time Slot: {{ $booking->slotTimeRangeLabel() }} ({{ \App\Support\BusinessTimezone::label() }})
@include('emails.partials._appointment-custom-fields-list', ['booking' => $booking])
If you have any questions or need further assistance, feel free to contact us.
@include('emails.partials.footer')