@if ($user->status == Status::USER_ACTIVE)
@lang('If this user is banned, they will no longer have access to their dashboard.')
@else
@lang('Ban reason was'):{{ __($user->ban_reason) }}
@endif
@lang('Add Balance')
@lang('Add funds to user accounts by entering the desired amount below')