@extends('layouts.app') @section('title', 'Booking Confirmed — AutoFix Pro') @section('content')
check_circle

Booking Confirmed!

Thank you, {{ session('booking_name') }}! Your appointment request has been received.

Your Confirmation Code

{{ session('booking_code') }}

We will call you within 2 hours to confirm your appointment details. Save your code for reference.

Back to Home Book Another
@endsection