Order Summary
| Product | Qty | Total |
|---|---|---|
| {{ $item->product->name }} @if ($item->variant) {{ $item->variant->label() }} @endif | {{ $item->quantity }} | {{ \App\Models\SiteSetting::formatPrice($item->unitPrice() * $item->quantity) }} |
| Product | Qty | Total |
|---|---|---|
| {{ $item->product->name }} @if ($item->variant) {{ $item->variant->label() }} @endif | {{ $item->quantity }} | {{ \App\Models\SiteSetting::formatPrice($item->unitPrice() * $item->quantity) }} |