@extends('layouts.master')
@section('title', 'Debt/Credit Note Information')
@section('css')
@endsection
@section('content')
| Credit Note Number | Credit Note Date | Invoice Number | Status | Action |
|---|---|---|---|---|
| {{ $note->purchase_credit_note_number }} | {{ \Carbon\Carbon::parse($note->purchase_credit_note_date)->format('d M Y') }} | {{ $note->invoice_number }} | {{ ucfirst($note->status) }} | edit |
| Credit Note Number | Credit Note Date | Invoice Number | Status | Action |