{{ translate('Balance') }}

{{ getAmount($user->balance) }}

{{ translate('Purchases') }}

{{ number_format($user->purchases_count) }}

{{ translate('Total Spend') }}

{{ getAmount($counters['total_transactions_amount']) }}

@if ($user->isAuthor())

{{ translate('Author Level') }}

{{ $user->level->name }}

{{ translate('Total Reviews') }}

{{ number_format($user->total_reviews) }} ({{ $user->avg_reviews }})

{{ translate('Total Items') }}

{{ number_format($user->items_count) }}

{{ translate('Total Sales') }}

{{ number_format($user->total_sales) }}

{{ translate('Total Sales Amount') }}

{{ getAmount($user->total_sales_amount) }}

{{ translate('Total Referral Earnings') }}

{{ getAmount($user->total_referrals_earnings) }}

{{ translate('Total Withdrawal Amount') }}

{{ getAmount($counters['total_withdrawal_amount']) }}

@endif
{{ translate('Quick Actions') }}
@if ($user->isDataCompleted()) @endif @if (licenseType(2) && @$settings->premium->status && $user->isSubscribed()) @endif @if ($user->isAuthor())
@if (!$user->isFeaturedAuthor())
@csrf
@else
@csrf
@endif
@endif @if (@$settings->actions->tickets) @endif @if (@$settings->actions->refunds) @endif @if ($user->isAuthor()) @if (@$settings->actions->refunds) @endif @endif