@php $page = 'settings' @endphp @extends('includes.layout') @section('content')

Manage Settings

@if($type == 'kyc') {{-- @if ($settings && $settings->kyc_verification == 'yes') @endif --}}

{{ __('KYC Verification') }}

To comply with regulation, each participant will have to go through indentity verification (KYC/AML) to prevent fraud causes.

You have not submitted your necessary documents to verify your identity. In order to enjoy our investment system, please verify your identity.

Click here to complete your KYC

We’re here to help you!

Ask a question, manage request, report an issue. Our support team will get back to you by email.

@endif @if($type == 'payment')
@php $counter = 1; @endphp @forelse ($user_wallets as $item) @php $counter++; @endphp @empty

No user payment option found

@endforelse
S/N Type Name Value Action
{{ $counter }} {{ Str::ucfirst(optional($item->system_wallet)->type) }} {{ optional($item->system_wallet)->name }} @if(optional($item->system_wallet)->type == 'crypto') {{ $item->address }} @endif @if(optional($item->system_wallet)->type == 'bank') {{ $item->bank_name }}|{{ $item->account_name }}|{{ $item->account_number }} @endif
@endif @if($type == 'update')
@include('profile.partials.update-profile-information-form')
@endif @if($type == 'password')
@include('profile.partials.update-password-form')
@include('profile.partials.delete-user-form')
@endif
@endsection @push('scripts') @endpush