@extends('layouts.user') @section('title', __('user.dashboard') . ' - ' . __('user.portal')) @section('content')

🎮 Chào mừng, {{ $stats['username'] ?? 'User' }}!

Quản lý tài khoản game MU của bạn

💰 Số dư tài khoản

{{ number_format($stats['web_coins'] ?? 0) }}
Coins Web
{{ number_format($stats['coins'] ?? 0) }}
Kim cương Game

⚡ Thao tác nhanh

📊 Thống kê

{{ number_format($stats['total_characters'] ?? 0) }}
Nhân vật
{{ number_format($stats['total_recharged_vnd'] ?? 0) }}đ
Tổng nạp
Trang chủ Nạp tiền Rút tiền Lịch sử
@endsection