Total Revenue
Rp {{ number_format($totalRevenue, 0, ',', '.') }}
Orders (Paid)
{{ $totalOrders }}
Total Events
{{ $totalEvents }}
Total Users
{{ $totalUsers }}
| Order | Event | User | Total | Status |
|---|---|---|---|---|
| {{ $order->order_code }} | {{ Str::limit($order->event->title, 25) }} | {{ $order->user->name }} | Rp {{ number_format($order->total, 0, ',', '.') }} | {{ $order->status }} |
| Belum ada order. | ||||