@extends('layouts.admin') @section('title', 'Credit Notes') @section('page-title', 'Credit Notes') @section('content')
| Issue Date | Doc. No. | Status | Client Name | Amount | Credits Avail. | Action | |
|---|---|---|---|---|---|---|---|
| {{ $note->credit_note_date->format('d M Y') }} | {{ $note->credit_note_number }} | {{ $status['label'] }} | {{ $note->customer->name ?? '—' }} | ₹{{ number_format($note->grand_total, 2) }} | ₹{{ number_format($note->credits_available, 2) }} |
Create credit notes for returns, discounts, or invoice corrections. Apply credits to future invoices or issue refunds.
New Credit Note @include('admin.credit-notes.partials.lifecycle')