Payment Vouchers (PVs)

Expenditure Authorizations

New PV
@forelse($vouchers as $voucher) @empty @endforelse
PV # Payee Coding Block Amount Status Actions
{{ $voucher->pv_number }}
{{ $voucher->created_at->format('M d, Y') }}
{{ $voucher->payee->name }}
TIN: {{ $voucher->payee->tax_id_number ?? 'N/A' }}
{{ $voucher->codingBlock->code }}
{{ $voucher->codingBlock->name }}
${{ number_format($voucher->amount, 2) }} @if($voucher->status == 'Paid') Paid @elseif($voucher->status == 'Approved') Approved @elseif($voucher->status == 'Pending') Pending @else Draft @endif
No PVs found