Top người dùng nạp tiền

@foreach($topUsers as $user) @endforeach
ID Tên người dùng Tổng tiền nạp Lần cuối nạp
#{{ $user->id ?? '-'}}
{{ $user->name ?? '-' }}
{{$user->total_amount ? number_format($user->total_amount, 0, ',', '.')." đ" : '-' }}
{{ $user->last_purchase ? date('d/m/Y', strtotime($user->last_purchase)) : '-'}}