Monthy Sales Information
Monthy Sales
| SLNO | Store | Category | Customer | Total Amount | Paid Amount | Balance |
|---|---|---|---|---|---|---|
| {{ $sno++ }} | {{ $sale->store->store ?? 'N/A' }} | {{ $sale->category->category ?? 'N/A' }} | {{ $sale->customer->name ?? 'N/A' }} | {{ number_format($sale->total_amount,2) }} | {{ number_format($sale->advance_paid,2) }} | {{ number_format($sale->balance,2) }} |