@extends('site.layouts.site-2') @section('content')
Reschedule Appointment
Dear {{ $bookingService->customer ?? '' }},
You can reschedule or cancel the appointment.
Appointment Details:
{{translate('Booking No.')}}
{{ $bookingService->id ?? '' }}
{{translate('Date')}}
{{ $bookingService->date ?? '' }}
{{translate('Time')}}
{{ $bookingService->start_time ?? '' }}
{{translate('Service')}}
{{ $bookingService->service ?? '' }}
{{translate('Location')}}
{{ $bookingService->branch ?? '' }}
Contact Information
{{translate('Name')}}
{{ $bookingService->customer ?? '' }}
{{translate('Phone')}}
{{ $bookingService->phone_no ?? '' }}
{{translate('Email')}}
{{ $bookingService->email ?? '' }}
I'm Booking for
{{ $bookingService->SomeBody_Name ?? '' }}
Remarks
{{ !empty($bookingService->remarks) ? $bookingService->remarks : '-' }}
Available Time
Please confirm appointment details to reschedule
Please confirm your appointment details before proceeding.
*Each appointment is strictly for 1 pax only
Appointment Pending Acceptance
Dear ,
Appointment rescheduled, pending confirmation from our branch. Kindly allow 24 hours for confirmation.
Do you really want to cancel this appointment? This process can’t be undone.