Order Product
Selamat datang kembali di aplikasi Rumah Cuci Si Mamak
| NO | Invoice | Pelanggan | Tanggal | Berat (KG) | Harga/KG | Total Harga | Status | Aksi | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $orders->firstItem() + $index }} | {{ $item->invoice }} | {{ $item->username }} | {{ $item->created_at->format('d M Y H:i') }} | {{ number_format($item->weight ?? 0, 0, ',', '.') }} | Rp{{ number_format($item->price ?? 0, 0, ',', '.') }} | Rp{{ number_format($item->grand_total, 0, ',', '.') }} | {{ ucfirst($item->status) }} |
|
|
|
Tidak ada data yang ditemukan @if ($search) Hasil pencarian untuk: "{{ $search }}" @endif |
|||||||||
Menampilkan {{ $orders->firstItem() }} - {{ $orders->lastItem() }} dari
{{ $orders->total() }} item
@if ($orders->hasPages())
@endif