@extends('layouts.app') @section('content')
Manage and track all credit notes in the system
| Credit Note # | Company | Customer | Amount | Date | LHDN Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $note->invoice_no }} UUID: {{ $note->uuid }} |
{{ $note->supplier_name }} TIN: {{ $note->supplier_tin }} |
{{ $note->customer_name }} {{ $note->customer_email }} |
RM {{ number_format($note->price, 2) }} | {{ \Carbon\Carbon::parse($note->issue_date)->format('d-m-Y') }} | @if ($note->invoice_status == 'submitted') Submitted @else Draft @endif | View |