{{ now()->format('Y-m-d') }}

Dear {{ $appointment->customer_name }},

This is a reminder of your upcoming appointment. Here are the details:

Appointment Details:

{{translate('Booking No.')}}

{{ $appointment->id }}

{{translate('Date')}}

{{ $appointment->date }}

{{translate('Time')}}

{{ $appointment->start_time }} - {{ $appointment->end_time }}

{{translate('Service')}}

{{ $appointment->service }}

{{translate('Location')}}

{{ $appointment->branch }}

Contact Information

{{translate('Name')}}

{{ $appointment->customer_name }}

{{translate('Phone')}}

{{ $appointment->phone_no }}

{{translate('Email')}}

{{ $appointment->email }}

This is a strictly no-reply email. For any inquiries or to reschedule/cancel your appointment, kindly WhatsApp our customer service here.

Best Regards,

Fireworks

{{ now()->format('Y-m-d H:i:s') }}