@extends('layouts.invoicetab') @section('invoice_content')
A dedicated proforma invoicing workspace with all essential business features, designed for a faster, more streamlined experience.
Open one client at a time, review all invoices, and use quick actions from the same screen.
| # | Invoice No | Date | Total | Status | Actions |
|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $invoice->invoice_number }}
|
{{ \Carbon\Carbon::parse($invoice->date)->format('d-m-Y') }} | Rs. {{ number_format($invoice->total_amount, 2) }} | {{ ucfirst($invoice->status) }} |