Periode: {{ \Carbon\Carbon::parse($from)->format('d-m-Y') }} s/d {{ \Carbon\Carbon::parse($to)->format('d-m-Y') }}
| Tanggal | Customer | Produk | Jumlah | Total | Status |
|---|---|---|---|---|---|
| {{ $p->created_at->format('d-m-Y') }} | {{ $p->customer->nama_pelanggan }} |
|
{{ $p->products->sum('pivot.quantity') }} | Rp{{ number_format($p->total, 0, ',', '.') }} | {{ ucfirst($p->status) }} |
| Tidak ada data pada periode ini. | |||||