@extends('layouts.admin') @section('title', 'Invoices') @section('page-title', 'Invoices') @section('content')
| Issue Date | Doc. No. | Status | Client Name | Due Date | Tax | Amount | Date of Payment | Balance | Dr/Cr | Action | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $invoice->invoice_date->format('d M Y') }} |
{{ $invoice->invoice_number }}
{{ $invoice->typeLabel() }}
|
{{ $status['label'] }} | {{ $invoice->customer->name ?? '—' }} | {{ $invoice->due_date?->format('d M Y') ?? '—' }} | ₹{{ number_format($invoice->total_tax, 2) }} | ₹{{ number_format($invoice->grand_total, 2) }} | {{ $invoice->payment_date?->format('d M Y') ?? '—' }} | ₹{{ number_format($invoice->balance, 2) }} | @if($invoice->dr_cr !== '—') {{ $invoice->dr_cr }} @else — @endif |
Sending amazing invoices and getting paid is easier than ever. Try our optimized templates and delivery system.