@if (isEnablePointSystem()) @auth

{{ __('messages.t_balance') }}: {{ number_format(auth()->user()->wallet?->points ?? 0) }} {{ getPointSystemSetting('short_name') }}

{{ __('messages.t_on_hold') }}: {{ number_format(auth()->user()->wallet?->points_on_hold ?? 0) }} {{ getPointSystemSetting('short_name') }}

@endauth @endif