@extends('layouts.app') @section('title', 'Invoices') @section('content')
| S.No | Invoice No | Invoice Date | Customer Name | Mobile | Total Amount | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $invoice->invoice_no }} | {{ $invoice->invoice_date->format('d/m/Y') }} | {{ $invoice->customer->customer_name }} | {{ $invoice->customer->mobile }} | ₹{{ number_format($invoice->grand_total, 2) }} |