| # | Invoice | Date | Total | Status | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $sale->invoice_no }} | {{ $sale->created_at->format('d M Y H:i') }} | Rp {{ number_format($sale->total_price, 0, ',', '.') }} |
{{ $sale->status }}
|
{{-- --}}
@if($sale->status === 'PAID')
@endif
|
| No transactions found | |||||
| Product | Price | Qty | Subtotal | |
|---|---|---|---|---|
| {{ $item['product_name'] }} | Rp {{ number_format($item['price'], 0, ',', '.') }} |
|
Rp {{ number_format($item['subtotal'], 0, ',', '.') }} | |
| No items added | ||||
{{ $viewDate }}
| Product | Price | Qty | Subtotal |
|---|---|---|---|
| {{ $item['product_name'] }} | Rp {{ number_format($item['price'], 0, ',', '.') }} | {{ $item['qty'] }} | Rp {{ number_format($item['subtotal'], 0, ',', '.') }} |
| No items | |||