@extends('app-new') @section('content')
| PO No | PO Date | Vendor | PO Value | Status | Actions |
|---|---|---|---|---|---|
| {{ $po->po_no }} | {{ $po->po_date }} | {{ $po->vendor_name }} | {{ $po->po_value !== null ? number_format((float) $po->po_value, 2) : '' }} | {{ ucfirst($po->status) }} | View Edit |