@extends('layouts/fullLayoutMaster') @section('title', 'VPO-' . $vendor_po->our_po_number . ' V-' . $vendor_po->vendor->name) @section('page-style') @endsection @section('content')
|
|
HENIXIO AVIATIONRM 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 |
| # | 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 ) }} |
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 ) }}