@extends('layouts.branch') @section('title', 'Payment Center') @section('header', 'Payment & Collections') @section('content')
Track and manage all clinical collections
Total Collections
Today's consolidated revenue
| Date & Receipt | Patient Details | Category | Method | Amount | Actions |
|---|---|---|---|---|---|
|
{{ $payment->receipt_number }} {{ $payment->payment_date->format('d M, Y') }} |
{{ substr($payment->patient->name, 0, 1) }}
{{ $payment->patient->name }} {{ $payment->patient->uhid }} |
{{ str_replace('_', ' ', $payment->payment_type) }} |
{{ $payment->payment_method }} |
₹{{ number_format($payment->amount, 2) }} |
|
No Financial Transactions FoundRefine your search or collect a new payment to populate the ledger |
|||||