{!!$header!!}

{{$order->billing_name}}
{{Fnx::translate('shop_order_id')}} #{{$order->id}}
{{Fnx::humanDate($order->created_at)}}
@foreach($order->lines as $line) @endforeach @if($order->discount > 0) @endif @if($order->shipping > 0) @endif @if($order->overrun > 0) @endif @if($order->taxes > 0) @endif
{{$line->name}} @if($line->quantity > 0)
X {{$line->quantity}} @endif
{{Fnx::printPrice($line->unit_price)}}
{{Fnx::translate('shop_discount')}} {{Fnx::printPrice($order->discount )}}
{{Fnx::translate('shop_shipping_cost')}} {{Fnx::printPrice($order->shipping )}}
{{Fnx::translate('shop_overrun')}} {{Fnx::printPrice($order->overrun )}}
{{Fnx::translate('shop_taxes')}} {{Fnx::printPrice($order->taxes )}}
{{Fnx::translate('shop_total')}} {{Fnx::printPrice($order->subtotal + $order->taxes + $order->shipping - $order->discount)}}
Acme Inc. 123 Van Ness, San Francisco 94102
Questions? Email support@acme.inc