@extends('layouts.portal') @section('title', 'My Vehicle Services — Abu Dhabi Auto Care Client Portal') @section('content')
Live tracking of your vehicles currently inside Abu Dhabi Auto Care.
Workshop Status: {{ $order->status_info['desc'] ?? 'In service.' }}
| Order # | Vehicle | Service | Amount Paid | Completion Date | Details |
|---|---|---|---|---|---|
| {{ $past->order_number }} | {{ $past->vehicle_make }} {{ $past->vehicle_model }} | {{ $past->service_title }} | AED {{ number_format($past->final_cost ?: $past->estimated_cost) }} | {{ $past->updated_at->format('M d, Y') }} | View |