@extends('layouts.app') @section('page-title', __('Mismatched Payment Details')) @section('page-heading', __('Mismatched Payment Details')) @section('content')
Payment Details
@csrf @method('DELETE')
@if($payment->resolution_notes) @endif
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 }}
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @endsection @push('scripts') @endpush