@extends('layouts.app') @section('title', 'Order ' . $order->order_number . ' - ECA Networks') @section('content')
Placed on {{ $order->created_at->format('F d, Y \a\t h:i A') }}
{{ $item->product_name }}
KES {{ number_format($item->price) }} × {{ $item->quantity }}
KES {{ number_format($item->subtotal) }}
{{ $info[0] }} @if($isCurrent)Current@endif
@if($h){{ $h->created_at->format('d M, h:i A') }}@endif{{ $h->note ?? $info[1] }}
{{ $order->shipping_name }}
{{ $order->shipping_phone }}
{{ $order->shipping_address }}
{{ $order->shipping_city }}, {{ $order->shipping_country }}
{{ $order->notes }}