@extends('layouts/fullLayoutMaster') @section('title', 'Aydinlik-VPO-' . $vendor_po->our_po_number . ' V-' . $vendor_po->vendor->name) @section('page-style') @endsection @section('content')
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
Date: {{ Carbon\Carbon::today()->format('d/m/Y') }}
PO: {{ $vendor_po->our_po_number }}
{{ $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 }}
@php echo nl2br($vendor_po->ship_to); @endphp
| REQUISITIONER | SHIP VIA | F.O.B. | SHIPPING TERMS |
|---|---|---|---|
| Air | CAD |
| 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 ) }} |
| SUBTOTAL | ${{ number_format( $sub_total, 2 ) }} |
|---|---|
| TAX | |
| SHIPPING | |
| OTHER | |
| TOTAL | ${{ number_format( $sub_total + $vendor_po->freight_cost_1 + $vendor_po->bank_fee, 2 ) }} |