Refund Report

Generated: {{ $generatedAt }}

@php $total = 0; @endphp @foreach ($rows as $r) @php $total += (float)($r['amount'] ?? 0); @endphp @endforeach
Refund # Refund Date Invoice # Invoice Date Patient Doctor Method Cashier Amount
{{ $r['refund_number'] }} {{ $r['refund_date'] }} {{ $r['invoice_number'] ?? '' }} {{ $r['invoice_date'] ?? '' }} {{ ($r['patient_id'] ?? '') }} - {{ $r['patient_name'] ?? '' }} {{ $r['doctor_name'] ?? '' }} {{ $r['payment_method'] ?? '' }} {{ $r['cashier'] ?? '' }} {{ number_format($r['amount'] ?? 0, 2) }}
Total {{ number_format($total, 2) }}