@extends('layouts/fullLayoutMaster') @section('title', 'VPO-' . $vendor_po->our_po_number . ' V-' . $vendor_po->vendor->name) @section('page-style') @endsection @section('content')

HENIXIO AVIATION

RM I 5/F PH 4 , GOLDEN DRAGON IND CTR, 182

TAI LIN PAI RD, KWAI CHUNG, HONG KONG

www.HenixioAviation.com

Info@HenixioAviation.com

+85281700369

PURCHASE ORDER



Order No. PO-{{ $vendor_po->our_po_number }}
Date: {{ $vendor_po->date }}

Vendor:
{{ $vendor_po->vendor->name }}
{{ $vendor_po->vendor->address }}
{{ $vendor_po->vendor->contact_person }}
{{ $vendor_po->vendor->phone }}
Ship to:
@php echo nl2br($vendor_po->ship_to); @endphp
@php $i = 0; $sub_total = 0; @endphp @foreach( $VendorPOParts as $VendorPOPart ) @php $sub_total += $VendorPOPart->quantity * $VendorPOPart->unit_price; @endphp @endforeach
# Part Number / Description Cond Qty Unit Price Total Price
{{ ++$i }} {{ $VendorPOPart->inventory->part_number }} / {{ $VendorPOPart->inventory->description }}
@if($VendorPOPart->cert) Cert Source: {{ $VendorPOPart->cert }}
@endif @if($VendorPOPart->tag_date) Tag Date: {{ $VendorPOPart->tag_date }}
@endif @if($VendorPOPart->lead_time) Lead Time: {{ $VendorPOPart->lead_time }}
@endif @if($VendorPOPart->note) {{ $VendorPOPart->note }} @endif
{{ $VendorPOPart->condition }} {{ $VendorPOPart->quantity }} ${{ number_format( $VendorPOPart->unit_price, 2 ) }} ${{ number_format( $VendorPOPart->quantity * $VendorPOPart->unit_price, 2 ) }}
For Final Decision
Please provide Form One /Form 8130 (or MFG certs) of these parts to us.
This P/O is valid based on your delivery time which is in your P/I.
If Henixio aviation did not receive the goods during this period has right to cancel the P/O.

NOTE:
1-Please send the shipment under your account number. So please calculate the freight cost and add it to your invoice.
2-Don't forget to mention vendor reference at the end of the ship to address in all of the shipping documents. (It's very important to us)
3-We do the payment in wire transfer, so please add the wire transfer fee to the invoice.

Subtotal:

${{ number_format( $sub_total, 2 ) }}

Freight Cost:

${{ $vendor_po->freight_cost_1 }}

Bank Fee:

${{ $vendor_po->bank_fee }}

Total:

${{ number_format( $sub_total + $vendor_po->freight_cost_1 + $vendor_po->bank_fee, 2 ) }}

@endsection @section('page-script') @endsection