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

Aydinlik Aviation

Atakent Mh. 221 Sk. Rota Ofis. A Blok.

No: 3/1/17. Küçükçekmece, Istanbul

Phone: +90 535 348 04 63

Website: www.Aydinlik-Aviation.com

PURCHASE ORDER

Date: {{ Carbon\Carbon::today()->format('d/m/Y') }}

PO: {{ $vendor_po->our_po_number }}

VENDOR

{{ $vendor_po->vendor->name }}

{{ $vendor_po->vendor->address }}

Phone: {{ $vendor_po->vendor->phone }}

EMail: {{ $vendor_po->vendor->email }}

Quoted By: {{ $vendor_po->vendor->contact_person }}

SHIP TO

@php echo nl2br($vendor_po->ship_to); @endphp

REQUISITIONER SHIP VIA F.O.B. SHIPPING TERMS
Air CAD
@php $i = 0; $sub_total = 0; @endphp @foreach( $VendorPOParts as $VendorPOPart ) @php $sub_total += $VendorPOPart->quantity * $VendorPOPart->unit_price; @endphp @endforeach
ROW PART NUMBER DESCRIPTION TAG DATE COND QTY UNIT PRICE TOTAL
{{ ++$i }}. {{ $VendorPOPart->inventory->part_number }} {{ $VendorPOPart->inventory->description }} @if($VendorPOPart->tag_date){{ $VendorPOPart->tag_date }}@endif {{ $VendorPOPart->condition }} {{ $VendorPOPart->quantity }} ${{ number_format( $VendorPOPart->unit_price, 2 ) }} ${{ number_format( $VendorPOPart->quantity * $VendorPOPart->unit_price, 2 ) }}
Comments or Special Instructions
  • All parts must comply with FAA/EASA certification standards.
  • AOG priority – expedited shipping required.
  • Certificate of Conformance (CoC) and full traceability required.
SUBTOTAL ${{ number_format( $sub_total, 2 ) }}
TAX
SHIPPING
OTHER
TOTAL ${{ number_format( $sub_total + $vendor_po->freight_cost_1 + $vendor_po->bank_fee, 2 ) }}
@endsection @section('page-script') @endsection