@extends('layouts.app') @section('title', 'Raise Credit Note | ' . $invoice->invoice_number) @section('content')
Invoice {{ $invoice->invoice_number }} · {{ $invoice->patient->full_name ?? '' }}
Total Charged
KES {{ number_format($invoice->total_amount) }}
Amount Paid
KES {{ number_format($invoice->amount_paid) }}
Balance
KES {{ number_format($invoice->balance) }}
| # | Description | Category | Total (KES) |
|---|---|---|---|
| {{ $item->id }} | {{ $item->description }} | {{ $item->category }} | {{ number_format($item->total) }} |