@extends('layouts.app') @section('title', 'Credit Notes') @section('content') {{-- Header --}}
Billing reversals and corrections
| CN Number | Patient | Invoice | Reason | Amount (KES) | Raised by | Date | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $cn->credit_note_number }} |
{{ $cn->patient->full_name ?? '|' }} {{ $cn->patient->mrn ?? '' }} |
{{ $cn->invoice?->invoice_number ?? '|' }} | {{ $cn->reason }} | {{ number_format($cn->amount) }} | {{ $cn->requester->name ?? '|' }} | {{ $cn->created_at->format('d M Y') }} | {{ ucfirst($cn->status) }} | View |
| No credit notes found. | ||||||||