@extends('app-new') @section('content')

PI Registers

Lightweight PI list for workflow linkage.
Add PI
@if (session('success'))
{{ session('success') }}
@endif
Reset
@foreach ($piRegisters as $pi) @endforeach
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
@csrf @method('DELETE')
@if ($piRegisters->hasPages())
{{ $piRegisters->links() }}
@endif
@endsection @push('head-script') @endpush