@extends('layouts.app') @section('content')
Manage your customer database, view purchase history, and analyze sales trends.
| Sr. No. | Customer Name | Contact | City | Bill Amount | Date | Actions |
|---|---|---|---|---|---|---|
| {{ $customers->firstItem() + $index }} | {{ $customer->name }} | {{ $customer->contact }} | {{ $customer->city }} | ₹{{ number_format($customer->bill_amount, 2) }} | {{ \Carbon\Carbon::parse($customer->purchase_date)->format('d-m-Y') }} | |
| No customer records found. | ||||||