@extends('layouts.admin') @section('title', 'Quản lý kim cương - MU Admin Panel') @section('styles') @endsection @section('content')
Quản lý RealMoney và Money của người chơi
| ID | Tên tài khoản | RealMoney | Money (Zen) | Tổng | Trạng thái | Ngày tạo | Hành động | |
|---|---|---|---|---|---|---|---|---|
| {{ $account->ID }} | {{ $account->UserName }} | {{ $account->Email ?: 'N/A' }} | {{ number_format($account->yuanbao) }} | {{ number_format($account->money) }} | {{ number_format($account->yuanbao + $account->money) }} | {{ $account->Status == 1 ? 'Hoạt động' : 'Bị khóa' }} | {{ $account->CreateTime ? date('d/m/Y', strtotime($account->CreateTime)) : 'N/A' }} |
Hãy thử thay đổi từ khóa tìm kiếm