@extends('layouts.pdf-sample') @section('styles') @endsection @section('content')
|
PURCHASE ORDER
PO# {{ $sampleData['po_number'] }}
|
{{ $company->name }}
@if($company->address){{ $company->address }}@endif
|
|
Vendor
{{ $sampleData['vendor']['name'] }}
{{ $sampleData['vendor']['address'] }} Phone: {{ $sampleData['vendor']['phone'] }} Email: {{ $sampleData['vendor']['email'] }} |
Ship To
{{ $company->name }}
@if($company->address){{ $company->address }} @endif @if($company->phone)Phone: {{ $company->phone }} @endif @if($company->email)Email: {{ $company->email }}@endif |
| PO Date: | {{ $sampleData['date'] }} | Required By: | {{ $sampleData['required_date'] }} |
| Payment: | {{ $sampleData['payment_terms'] }} | Shipping: | {{ $sampleData['shipping_method'] }} |
| # | Item Description | Qty | Unit Price | Total |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item['name'] }} | {{ $item['quantity'] }} | ${{ number_format($item['price'], 2) }} | ${{ number_format($item['quantity'] * $item['price'], 2) }} |
Terms & Conditions
|
|