@extends('admin.layouts.app') @section('panel')
user
{{ __($user->fullname) }}

{{ '@' . $user->username }}

  • @lang('Email'): {{ $user->email }}
  • @lang('Mobile number'): {{ $user->mobileNumber }}
  • @lang('Country'): {{ __($user->country_name) }}
  • @lang('Email Verification') @if ($user->ev) @else @endif
  • @lang('Mobile Verification') @if ($user->sv) @else @endif
  • @lang('KYC Verification') @if ($user->kv) @else @endif
  • @lang('2FA Verification') @if ($user->ts) @else @endif
@lang('Financial Overview')

@lang('Balance')

{{ gs('cur_sym') }}{{ showAmount($user->balance, currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Total Add Money')

{{ gs('cur_sym') }}{{ showAmount($widget['total_deposit'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Total CashOut')

{{ gs('cur_sym') }}{{ showAmount($widget['total_withdraw'], currencyFormat: false) }} {{ __(gs('cur_text')) }}

@lang('Total Transactions')

{{ gs('cur_sym') }}{{ showAmount($widget['total_transaction'], currencyFormat: false) }} {{ __(gs('cur_text')) }}
@csrf
@lang('Full Information')
+{{ $user->dial_code }}
@lang('Login History')
@lang('View All')
@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
@csrf @if ($user->status == Status::USER_ACTIVE)
@else

@lang('Are you sure to unban this user?')

@endif
@if ($user->status == Status::USER_ACTIVE) @else
@endif
@lang('Add funds to user accounts by entering the desired amount below')
@csrf
{{ __(gs('cur_text')) }}
@endsection @push('breadcrumb-plugins')
@if ($user->status == Status::USER_ACTIVE) @else @endif @lang('Notifications') @if ($user->kyc_data) @lang('KYC Data') @endif
@endpush @push('script') @endpush