| Product | Customer | Quantity | Price/Unit | Total | Date |
|---|---|---|---|---|---|
| {{ $sale->product->name }} | {{ $sale->customer->username }} | {{ $sale->quantity }} {{ $sale->product->unit }} | Tsh {{ number_format($sale->selling_price_per_unit, 2) }} | Tsh {{ number_format($sale->total_price, 2) }} | {{ $sale->created_at->format('Y-m-d H:i') }} |
| You haven't made any sales yet. | |||||