@extends('admin.layouts.app') @section('panel')
agent
  • @lang('Email'): {{ $agent->email }}
  • @lang('Mobile Number'): {{ $agent->mobileNumber }}
  • @lang('Country'): {{ __($agent->country_name) }}
  • @lang('Email Verification') @if ($agent->ev) @else @endif
  • @lang('Mobile Verification') @if ($agent->sv) @else @endif
  • @lang('KYC Verification') @if ($agent->kv == Status::KYC_VERIFIED) @else @endif
  • @lang('2FA Verification') @if ($agent->ts) @else @endif
@lang('Financial Overview')

@lang('Balance')

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

@lang('Total Deposits')

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

@lang('Total Withdrawals')

{{ 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')
+{{ $agent->dial_code }}
@lang('Login History')
@lang('View All')
@if ($agent->status == Status::AGENT_ACTIVE) @lang('If this agent is banned, they will no longer have access to their dashboard.') @else @lang('Ban reason was'): {{ __($agent->ban_reason) }} @endif
@csrf @if ($agent->status == Status::AGENT_ACTIVE)
@else

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

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