@extends('layouts.portal') @section('title', 'Order ' . $order->order_number) @section('content')
Branch: {{ $order->branch->name ?? '—' }}
Order date: {{ $order->order_date->format('d M Y') }}
Total: {{ number_format($order->subtotal ?? 0, 2) }}