@extends('layouts.app') @section('content')
Manage your handloom business insights
{{ $stat['label'] }}
| SR. NO. | CUSTOMER NAME | CONTACT | CITY | BILL AMOUNT | DATE |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $entry->name }} | {{ $entry->contact }} | {{ $entry->city }} | ₹{{ number_format($entry->bill_amount, 2) }} | {{ \Carbon\Carbon::parse($entry->purchase_date)->format('d M, Y') }} |