@lang('user.used.title')
@lang('user.used.players')
{{ $statistics['players']['used'] }}/ {{ $statistics['players']['total'] }}
@lang('user.used.storage')
@if ($used > 1024)
{{ round($used / 1024, 1) }}/ {{ is_string($total) ? $total : round($total / 1024, 1) }} MB
@else
{{ $used }}/ {{ $total }} KB
@endif
@lang('user.cur-score')
{{ $user->getScore() }}
@lang('user.score-notice')
@lang('user.announcement')
{!! bs_announcement() !!}