@extends('admin.layout') @section('title', 'Kelola Pesanan') @section('content')
| No. Pesanan | Customer | Total | Status | Pembayaran | Bukti Pembayaran | Tanggal | Aksi |
|---|---|---|---|---|---|---|---|
| {{ $order->order_number }} |
{{ $order->customer_name }} {{ $order->customer_email }} |
{{ $order->formatted_total }} | {{ ucfirst($order->status) }} | {{ ucfirst($order->payment_status) }} | @if ($order->payment_proof) Download @else No proof @endif | {{ $order->created_at->format('d/m/Y H:i') }} | @if ($order->status == 'cancelled') @endif |
Belum ada pesanan yang tersedia atau sesuai filter.