@extends($activeTemplate.'layouts.master') @section('content') @if ($user->kv == 0)
KYC means Know Your Customer and sometimes Know Your Client. KYC check is the mandatory process of identifying and verifying your identity to use our platform. In other words, we must make sure that our clients are genuinely who they claim to be. We may refuse you to use our platform or halt a business relationship if you fail to meet minimum KYC requirements. @lang('Click Here to Verify')
{{ __(@$kycContent->data_values->kyc_pending) }} @lang('See KYC Data')
| @lang('S.N.') | @lang('Date') | @lang('TRX') | @lang('Details') | @lang('Amount') | @lang('Balance') |
|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ showDateTime($transaction->created_at) }} | {{ $transaction->trx }} |
{{ __($transaction->details) }}
|
{{ $transaction->trx_type.showAmount($transaction->amount) }} {{ __($general->cur_text) }} | {{ showAmount($transaction->post_balance) }} {{ __($general->cur_text) }} |