registered trading name of
TWO TALES & CO. (PTY) LTD
REG: 2014/260746/07
VAT: NA
info@additional.co.za
additional.co.za
{{ $order->customer_name }}
{{ $order->customer_email }}
{{ $order->customer_phone }}
{{ $order->shipping_address }}
| Description | Quantity | Unit Price | Total |
|---|---|---|---|
|
{{ $item->product->name }}
@if($item->type === 'wallpaper' && $item->length)
{{ $item->length }}m length
@elseif($item->type === 'mural' && $item->width && $item->height)
{{ $item->width }}m × {{ $item->height }}m ({{ $item->width * $item->height }}m²)
@endif
@if($item->is_sample)
Sample
@endif
@if($item->specification)
Specification: {{ $item->specification }}
@endif
|
{{ $item->quantity }} | R {{ number_format($item->price, 2) }} | R {{ number_format($item->quantity * $item->price, 2) }} |