@extends('layouts.frontend') @section('title', 'Order - ' . $order->code) @section('content')
Billing Address
# | Item | Description | Quantity | Unit Cost | Total |
---|---|---|---|---|---|
{{ $item->sku }} | {{ $item->name }} | {{ $item->weight }} (gram) | {{ $item->qty }} | Rp.{{ number_format($item->base_price) }} | Rp.{{ number_format($item->sub_total) }} |
Order item not found! |