@extends('layouts.new-layout') @push('head') @endpush @section('content') @php use Carbon\Carbon; @endphp @include('partials.parallaxSlider', ['title' => 'Payment Successful'])

Payment Successful

Thank You!

Your Appointment Has Been Successfully Booked.
@if($appointment)

Booking Reference: #APT-{{ str_pad($appointment->id, 8, '0', STR_PAD_LEFT) }}

Requested Date: {{ Carbon::parse($appointment->date)->format('Y-m-d') }}

Requested Time: {{ Carbon::parse($appointment->time)->format('h:i A') }}

Booking Fee Paid: ${{ number_format($appointment->price, 2) }}

@foreach($appointment->displayFormEntries() as $field)

{{ $field['label'] }}: {{ $field['value'] }}

@endforeach @endif

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($appointment) ⬇ Download Invoice @endif Go To Home
@endsection