|
|
Product | SKU | Qty | Unit Price | Discount | Tax Rate | Tax Amount | Line Total |
---|---|---|---|---|---|---|---|
{{ $line->description }} {{ $line->option }} |
{{ $line->identifier }} | {{ $line->quantity }} | {{ $line->unit_price->formatted }} | {{ $line->discount_total->formatted }} | {{ $line->tax_breakdown->sum('percentage') }}% | {{ $line->tax_total->formatted }} | {{ $line->sub_total->formatted }} |
Sub Total | {{ $order->sub_total->formatted }} | ||||||
Shipping {{ strip_tags($line->description) }} |
{{ $line->sub_total->formatted }} | ||||||
Tax | {{ $order->tax_total->formatted }} | ||||||
Total | {{ $order->total->formatted }} |
Order Notes
{{ $order->notes }}
@endif