@extends('layouts.app') @section('page-title', __('Payment Details')) @section('page-heading', __('Payment Details')) @section('breadcrumbs')
| Imported Name | {{ $payment->imported_name ?? 'N/A' }} |
|---|---|
| ID Number | {{ $payment->id_number ?? 'N/A' }} |
| Payment Cycle | {{ $payment->paymentCycle->description }} |
| Amount Payable | {{ number_format($payment->amount_payable, 2) }} |
| Tax | {{ number_format($payment->tax, 2) }} |
| Productivity | {{ $payment->productivity }}% |
| Status | {{ $payment->status }} |
| Rejection Reason | {{ $payment->rejection_reason }} |