@extends('layouts.app') @section('title', 'Booking Received — Order #' . $order->order_number . ' — Abu Dhabi Auto Care') @section('content')
BOOKING REQUEST RECEIVED

Thank You, {{ $order->client->name }}!

Your service order has been logged into our workshop system.

Your Tracking / Order ID {{ $order->order_number }}
@if(session('whatsapp_url'))

Next Step: Send your photos or videos directly to our workshop manager on WhatsApp to finalize your quotation and pickup time!

Open WhatsApp to Confirm & Send Photos
@endif

Booking Summary

Vehicle: {{ $order->vehicle_make }} {{ $order->vehicle_model }} ({{ $order->vehicle_year ?? 'N/A' }})
Service: {{ $order->service_title }}
Pickup Option: {{ $order->pickup_required ? 'Free Abu Dhabi Pickup Requested' : 'Customer Drop-off at Mussafah M11' }}
Estimated Baseline: AED {{ number_format($order->estimated_cost) }}
@endsection