@extends('app-new') @section('content')
| PI No | PI Date | Vendor | PI Amount | Status | Actions |
|---|---|---|---|---|---|
| {{ $pi->pi_no }} | {{ $pi->pi_date }} | {{ $pi->vendor_name }} | {{ $pi->pi_amount !== null ? number_format((float) $pi->pi_amount, 2) : '' }} | {{ ucfirst($pi->status) }} | View Edit |