@extends('layouts.admin') @section('title', 'Invoices') @php $title = 'Invoices'; @endphp @section('content')
Manage customer quotations
| Quote # | Customer | Date | Total | Status | Actions |
|---|---|---|---|---|---|
| {{ $invoice->invoice_number }} | {{ $invoice->customer->name }} | {{ $invoice->invoice_date->format('M d, Y') }} | ₹{{ number_format($invoice->total, 2) }} | {{ ucfirst($invoice->payment_status ?? 'unpaid') }} |