{{ $productsCount }}
{{ $transactionsCount }}
Rp {{ number_format($totalRevenue,0,',','.') }}
Rp {{ number_format($totalProfit,0,',','.') }}
| ID TRX | Waktu / Tanggal | Kasir | Metode | Total | Status |
|---|---|---|---|---|---|
| #{{ $trx->id }} | {{ $trx->created_at->format('d M Y, H:i') }} | {{ $trx->user->name ?? '-' }} | {{ $trx->payment_method ?? 'Cash' }} | Rp {{ number_format($trx->total, 0, ',', '.') }} | @if($trx->payment_status === 'paid') Lunas @elseif($trx->payment_status === 'pending') Menunggu @else Gagal @endif |
|
Belum ada transaksi tercatat.
|
|||||