@extends('site.layouts.site-2') @section('content') @if(!($web_app ?? false)) @endif
@csrf

{{translate('Service')}}

@if(isset($bookingService)) @elseif (isset($selected_branch)) @else @endif
@if(isset($bookingService)) @elseif (isset($selected_service)) @else @endif

Date

Available Time

Please select branch

You've selected Friday, Dec 22 2023

Details

Contact Information

@php $customer = $bookingService->customer ?? ''; $names = explode(' ', $customer); $firstName = $names[0] ?? ''; $lastName = $names[1] ?? ''; @endphp @if(isset($bookingService)) @else @endif
@if(isset($bookingService)) @else @endif
@if(isset($bookingService)) @else @endif
@if(isset($bookingService)) is_checked == 1 ? 'checked' : '' }}> @else @endif

I'm Booking for:

@php $somebody = $bookingService->SomeBody_Name ?? ''; $s_names = explode(' ', $somebody); $firstName_s = $s_names[0] ?? ''; $lastName_s = $s_names[1] ?? ''; @endphp

Confirmation

Almost there {{ $bookingService->customer ?? '' }}!

Please confirm your appointment details before submitting! Kindly note that each appointment is strictly for 1 pax only.

Appointment Details:

{{translate('Date')}}

{{translate('Time')}}

{{translate('Service')}}

{{translate('Location')}}

Contact Information

{{translate('Name')}}

{{translate('Phone')}}

{{translate('Email')}}

I'm Booking for

{{translate('Name')}}

Remarks

If you have any changes in your appointment details, please click EDIT .

Done

Appointment Pending Acceptance

Dear ,

We've received your appointment request and it's now with our outlet team! We'll do our best to confirm your time slot within the next 24 hours.

Thanks!

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')}}

I'm Booking for

{{translate('Name')}}

{{ $bookingService->SomeBody_Name ?? '' }}

Remarks

{{ $bookingService->remarks ?? '-' }}

@endsection