@extends('layouts.app') @section('content')

View Purchase Order

View All $po->id]) }} class="button is-primary is-small" >Convert To Invoice
PO Number: {{$po->po_number}}
PO Created Date: {{$po->po_created_date}}
Customer
{{$po->quotation->customer->FirstName}} {{$po->quotation->customer->LastName}}
{{$po->quotation->baddr1}}
{{$po->quotation->baddr2}}
{{$po->quotation->bcity}}
{{$po->quotation->bstate}} {{$po->quotation->bpostal_code}}
E: {{$po->quotation->customer->Email}}
P: {{$po->quotation->customer->Phone}}
Shipping Address
{{$po->quotation->saddr1}}
{{$po->quotation->saddr2}}
{{$po->quotation->scity}}
{{$po->quotation->sstate}} {{$po->quotation->spostal_code}}
E: {{$po->quotation->customer->email}}
P: {{$po->quotation->customer->phone}}
Quotation No {{$po->quotation_number}}
Date {{$po->quotation_date}}
Shipping Date {{$po->shipping_date}}
Sales Rep
{{$po->salesrep_name}}
{{$po->salesrep_email}}
{{$po->salesrep_phone}}
Project : {{$po->project}}
Designer : {{$po->designer}}
Specifier: {{$po->specifier}}
@foreach($po->products as $product) @endforeach
Image Model Description Dimention & Weight Finishes / Color Fabric No Side Marked / Tagged COM Total Yds Qty Net Price CAD Total
{{$product->model}} {{$product->description}} {{$product->frame_color}} {{$product->qty}} {{$product->price}} {{$product->qty *($product->price)}} Delete
@endsection