@extends('layouts.dashboard') @section('content') @php /** * Admin → Orders → one order. Thin wrapper: the admin back bar over the shared * order-detail body (partials/order-detail-body.php), which the vendor order * page renders too. Cross-restaurant; the view-model comes from OrderDetail::build(). * * @var array $order @var array $items @var array $journey @var array $journeyStats * @var array|null $customer @var string $driverName @var array|null $restaurant @var array|null $deliveryRoute */ @endphp @php /* .qm-d2: the dashboard density standard (app.css §35) */ @endphp
{{ t_raw('admin.orderdetail.back') }}
@partial('order-detail-body', compact('order', 'items', 'journey', 'journeyStats', 'customer', 'driverName', 'tableLabel', 'couponCode', 'restaurant', 'deliveryRoute'))
@php /* /.qm-d2 */ @endphp @endsection