@extends('layouts.admin') @section('title', 'Order #' . $order->order_number . ' Management – Admin CRM') @section('page_title', 'Order #' . $order->order_number . ' Logistics') @section('content')
Client: {{ $order->user->name ?? 'Customer' }} ({{ $order->user->phone ?? '' }}) · Chassis: {{ $order->chassis_number ?? 'Awaiting' }}
Updates customer portal in real-time and dispatches SMS/in-app alert.
{{ $hist->description }}
@if($hist->location) {{ $hist->location }} @endifNo status updates logged yet.
@endforelseNo invoices on file.
@endforelse