@extends('garage.layouts.app') @section('title', 'Purchase order ' . $purchaseOrder->purchase_order_number) @push('styles') @include('shared.garage-purchase-order-ui-styles') @endpush @section('content')
Purchase order detail — vendor, lines, and totals as saved.
Notes: {{ $purchaseOrder->internal_notes }}
@endif| Type | Inv. | Description | Qty | Unit | Disc | Tax | Total |
|---|---|---|---|---|---|---|---|
| {{ $type[0] }} | {{ $inv }} | {{ $label }} | {{ (int) $row->quantity }} | PKR {{ number_format($row->unit_price, 2) }} | PKR {{ number_format($row->discount_amount, 2) }} | PKR {{ number_format($row->tax_amount, 2) }} | PKR {{ number_format($row->total_price, 2) }} |
| No line items on this order. | |||||||