{{__('Reject Reason : ') }}{{ $identityData->final_reject_drop_reason }}
{{__('Reject Steps : ') }}
-
@foreach($identityData->final_rejected_steps as $rejected_step)
- {{ $rejected_step }} @endforeach
{{__('KYC Status : ') }} {{ $identityData->final_status == 0 ? 'Pending' : ($identityData->final_status == 1 ? 'Approved' : 'Rejected') }}
@if($identityData->status == "verification.declined"){{__('Declined Reason : ') }}{{ $identityData->declined_reason }}
@endif{{__('Uploaded Date: ') }}{{date("d-m-Y", strtotime($verificationProof->updated_at))}}
{{ __('I am not a politically exposed person (PEP). e.g.: Senior Military, government, political official or relative or associate of such officials.') }}
{{ (isset($identityData->is_not_pep) && $identityData->is_not_pep == 1) ? 'Yes' : 'No' }}