Order Information |
---|
Order Number: {{$data['p_order']->order_number}}
Payment Terms : {{$data['p_order']->payment_terms}} Reference : {{$data['p_order']->reference ?? 'N/A'}} Account Number : {{$data['account_number'] ?? 'N/A'}} |
Billing / Shipping Details |
---|
Shipping Address: {{$data['p_order']->shipping_address}}
Billing Address : {{$data['p_order']->billing_address}} |
Special Notes | |
---|---|
{{$data['p_order']->special_notes}} | @elseN/A | @endif
Product Number | Quantity |
---|---|
{{$product['product_number']}} | {{$product['quantity']}} |
{{$product['product_number']}} | {{$product['quantity']}} |
Total Quantity | {{ $data['p_order']->total_quantity }} |
---|---|
Sub Total | ${{number_format($data['p_order']->total_price, 2) }} |