@extends('layouts.app') @section('page-title', __('Mismatched Payment Details')) @section('page-heading', __('Mismatched Payment Details')) @section('content')
| Imported Name | {{ $payment->imported_name }} |
|---|---|
| ID Number | {{ $payment->id_number }} |
| Payment Cycle | {{ $payment->paymentCycle->description }} |
| Amount Payable | {{ number_format($payment->amount_payable, 2) }} |
| Tax | {{ number_format($payment->tax, 2) }} |
| Productivity | {{ $payment->productivity }}% |
| Resolution Notes | {{ $payment->resolution_notes }} |