Today's Collection
₹{{ number_format($stats['today_revenue'], 2) }}
Unpaid Bills
{{ $stats['total_unpaid'] }}
Today OP
{{ $stats['op_today'] }}
Total OP
{{ $stats['op_count'] }}
Total OP
{{ $opStats['total'] }}
BookingsReview Visits
{{ $opStats['review'] }}
PatientsPaid (Revenue)
{{ $opStats['paid'] }}
PaidTotal Amount
₹{{ number_format($opStats['revenue'], 0) }}
Gross Collections
Discounts
₹{{ number_format($opStats['discount'], 0) }}
Total Reductions
{{ $bill->bill_number }}
{{ $bill->patient?->full_name ?? 'N/A' }}
{{ $bill->patient?->uhid ?? '—' }}
₹{{ number_format($bill->total_amount, 2) }}
Paid: ₹{{ number_format($bill->paid_amount, 2) }} · Due: ₹{{ number_format(max(0, $bill->balance_amount), 2) }}
{{ $bill->payment_method ?? '—' }}
{{ $bill->created_at->format('d M Y') }}
{{ $bill->patient?->full_name ?? 'N/A' }}
{{ $bill->patient?->uhid ?? '—' }}
TOKEN #{{ $op->token_number }}
{{ $op->patient?->full_name ?? 'N/A' }}
{{ $op->patient?->uhid ?? '—' }}
₹{{ number_format($op->fee, 0) }}
@if($op->discount_amount > 0)Disc: ₹{{ number_format($op->discount_amount, 0) }}
@endif{{ $op->payment_method ?? '—' }}
{{ $op->consultation_date->format('d M Y') }}
{{ $op->patient?->full_name ?? 'N/A' }}
Child{{ $op->patient?->uhid ?? '—' }}
₹{{ number_format($op->fee, 0) }}
@if($op->discount_amount > 0)Discount: ₹{{ number_format($op->discount_amount, 0) }}
@endifClinical Authorization
@if($isAuthorizedByDoctor)✓ DOCTOR HAS AUTHORIZED STAFF TO APPLY DISCOUNT UP TO ₹{{ number_format($authorizedLimit, 2) }}.
@else⚠ NO CLINICAL AUTHORIZATION GRANTED BY DOCTOR. ONLY DOCTORS OR ADMINS CAN PROCEED.
@endifReceptionist Discount
This will reduce the consultation fee and record the discount reason.