Filter & Cari Pesanan
| Invoice | User Telegram | Produk & Varian | Total Harga | Status | Tanggal | Aksi |
|---|---|---|---|---|---|---|
| {{ $order->invoice_number }} |
{{ $order->telegramUser->full_name }} @`{{ $order->telegramUser->username ?: 'no_username' }}` |
{{ $order->productVariant->product->name }} {{ $order->productVariant->name }} x {{ $order->quantity }} |
Rp{{ number_format($order->total_price, 0, ',', '.') }} | {{ $order->status->label() }} | {{ $order->created_at->format('d/m/Y H:i') }} | |
| Tidak ditemukan transaksi pesanan. | ||||||
Showing {{ $orders->firstItem() ?? 0 }} to {{ $orders->lastItem() ?? 0 }} of {{ $orders->total() }} entries
{{ $orders->links() }}