@extends('admin.layouts.app') @section('title', 'Dashboard') @section('content')
Rp {{ number_format($stats['total_revenue'], 0, ',', '.') }}
| Judul | Harga | Rilis |
|---|---|---|
|
@if($game->thumbnail_url)
No Img
@endif
{{ $game->title }}
|
Rp {{ number_format($game->price, 0, ',', '.') }} | {{ $game->release_date ? $game->release_date->format('d M Y') : '-' }} |
| Belum ada game. | ||
| Nama | Role | |
|---|---|---|
| {{ $user->name }} | {{ $user->email }} | @if($user->is_admin) Admin @else User @endif |
| Belum ada user. | ||
| Kode | User | Item | Metode | Status | Total |
|---|---|---|---|---|---|
| {{ $payment->payment_code }} | {{ $payment->user->name ?? 'User dihapus' }} | {{ $payment->items_count }} | {{ ucwords(str_replace('_', ' ', $payment->method)) }} | {{ $payment->status }} | Rp {{ number_format($payment->display_total, 0, ',', '.') }} |
| Belum ada payment. | |||||