@extends('admin.layouts.app') @section('page_title', __('User KYC List')) @section('content')
@lang("Total KYC")
{{ fractionNumber($userKYCRecord[0]['totalKYC'], false) }} @lang("from") {{ $userKYCRecord[0]['totalKYC'] }}
{{ fractionNumber($userKYCRecord[0]['totalKYC']) }}%
@lang("Pending KYC")
{{ $userKYCRecord[0]['pendingKYC'] }} @lang("From") {{ $userKYCRecord[0]['pendingKYC'] }}
{{ fractionNumber($userKYCRecord[0]['pendingKYCPercentage']) }}%
@lang("Approved KYC")
{{ fractionNumber($userKYCRecord[0]['approvedKYC'], false) }} @lang("From") {{ fractionNumber($userKYCRecord[0]['approvedKYC'], false) }}
{{ fractionNumber($userKYCRecord[0]['approvedKYCPercentage']) }}%
@lang("Rejected KYC")
{{ $userKYCRecord[0]['rejectedKYC'] }} @lang("From") {{ $userKYCRecord[0]['totalKYC'] }}
{{ fractionNumber($userKYCRecord[0]['rejectedKYCPercentage']) }}%
@lang('No.') @lang('Name') @lang('Verification Type') @lang('Status') @lang('Action')
@endsection @push('css-lib') @endpush @push('js-lib') @endpush @push('script') @endpush