@extends('layouts.invoicetab') @section('invoice_content')
| #ID | Client | Total (₹) | Created | Actions |
|---|---|---|---|---|
| {{ $invoice->custom_invoice_id }} | {{ $invoice->contactModel?->name ?? 'N/A' }} | {{ number_format($invoice->total, 2) }} | {{ $invoice->created_at->format('d M Y') }} | Download PDF |