Purchase Order

{{config('app.name')}}
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}}
@if(strlen($data['p_order']->special_notes) > 0) @else @endif
Special Notes
{{$data['p_order']->special_notes}} N/A
@if(isset($data['p_order_products'])) @foreach($data['p_order_products'] as $product) @endforeach @endif @if(isset($data['os_products'])) @foreach($data['os_products'] as $product) @endforeach @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) }}