@extends('layouts.new-layout') @push('head') @endpush @section('content') @include('partials.parallaxSlider', ['title' => 'Book Appointment'])

Book Appointment

@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
1
2
3
@csrf
Available Time Slots:

PST (Pacific Standard Time) - UTC/GMT -8 hours

No Slot Available

📅 Schedule Date: Not Selected | 🕐 Schedule Time: Not Selected Edit
Add Your Details
{{-- Service / Item multi-select dropdown --}} @if(isset($products) && $products->count() > 0 && $appSetting->fieldVisible('product_ids'))
@endif
@include('partials.includes.common', [ 'formFields' => $appSetting->formFields(), 'customFormFields' => $appSetting->customFormFields(), ])
@php $bookingTerms = $appSetting->terms(); @endphp @if(!empty($bookingTerms['consent']['visible']))
@endif @if(!empty($bookingTerms['cancellation_fee']['visible']))
@endif

Thank You!

Your Appointment Has Been Successfully Booked.

Booking Reference: #123456

Requested Date: #123456

Requested Time: #123456

We appreciate you choosing MJ VAC Services for your duct and vent cleaning needs. Your appointment request has been received, and our team will review and confirm it shortly.

You will receive a confirmation email with full details in your inbox soon.

If you have any questions or need to make changes to your appointment, feel free to contact us via email - info@mjvacservices.ca

@if($item->category->name == 'Prom Dress') @elseif($item->category->name == 'Alterations') @else @endif Go To Home

Please complete the payment

@endsection