| Product Name | Quantity | Price |
|---|---|---|
| {{ $item->name }} @if (count($item->conditions)) @foreach ($item->conditions as $condition) Code applied: {{ $condition->getAttributes()['name'] }} @endforeach @endif |
{{ $item->quantity }}
|
${{ number_format($item->getPriceSumWithConditions(), 2) }} |
| Items: | {{ $details->total_quantity }} | |
|
@if (count($details->cart_sub_total_conditions))
@foreach ($details->cart_sub_total_conditions as $condition)
@if (!$loop->first)
@endif Code applied: {{ $condition->getName() }} @endforeach @endif |
Subtotal: | ${{ number_format($details->sub_total, 2) }} |
| @if ($order->extra_cover_required) Includes Extra Cover ($2.50 per $100 of cover, first $100 cover free) @endif | Shipping: | ${{ number_format($order->getShippingCost(), 2) }} |
|
@if (count($details->cart_sub_total_conditions))
@foreach ($details->cart_total_conditions as $condition)
@if (!$loop->first)
@endif Code applied: {{ $condition->getName() }} @endforeach @endif |
Total: | ${{ number_format($details->total, 2) }} |
| Paid today: | ${{ number_format($details->total, 2) }} |
All figures include GST.