Associated Payments
PoA Balance: ₦{{ number_format($poaBalance, 2) }}
| Date |
Payment Type |
Payment ID |
Amount |
Transaction Ref |
Action |
@foreach($payments as $payment)
| {{ \Carbon\Carbon::parse($payment->PaymentDate)->format('M d, Y') }} |
{{ $payment->PaymentTypeName }} |
{{ $payment->PaymentRefNo }} |
₦{{ number_format($payment->Amount ?? 0, 2) }} |
{{ $payment->TransactionRefNo }} |
|
@endforeach
Associated Messages
@include('components.auth.taxpayer-messages', ['taxPayerId' => $government->GovernmentID, 'taxPayerTypeId' => $government->TaxPayerTypeID])