@extends('user.master') @section('title', trans('general.dashboard')) @section('content')

{{ trans('general.dashboard') }}

{{ trans('user.used.title') }}

{{ trans('user.used.players') }} {{ $statistics['players']['used'] }}/ {{ $statistics['players']['total'] }}
{{ trans('user.used.storage') }} @if ($used > 1024) {{ round($used / 1024, 1) }}/ {{ is_string($total) ? $total : round($total / 1024, 1) }} MB @else {{ $used }}/ {{ $total }} KB @endif

{{ trans('user.cur-score') }}

{{ $user->getScore() }}

{{ trans('user.score-notice') }}

{{ trans('user.announcement') }}

{!! bs_announcement() !!}
@endsection