@extends('layouts.master') @section('title', __('KYC/KYB Process')) @push('styles') @endpush @section("breadcrumb-text")

{{ __("KYC/KYB Process") }}

@endsection @section("content")

{{__('In the KYC/KYB process you will be asked to upload a number of documents.')}}

{{__('To guide you better we need to know the type of account you hold.')}}

account_type ?? '') == 'individual') checked @endif>
account_type ?? '') == 'business') checked @endif>
@error('date_of_birth')
{{ $message }}
@enderror
issue_date) ? 'checked' : '' }}>
expiration_date) ? 'checked' : '' }}>

{{__('Upload your Company Documents')}}

{{__('File upload instruction:')}}

{{__('To upload multiple files/documents select all files at once.')}}

{{__('Valid files:jpg,jpeg,png and pdf(max size 10MB)')}}

{{__('Business')}}

@if(isset($identityData) && $identityData->company_certificate)
@foreach ($identityData->company_certificate as $certificate) @endforeach
@endif
@if(isset($identityData) && $identityData->ownership_certificate)
@foreach ($identityData->ownership_certificate as $certificate) @endforeach
@endif
is_not_pep) && $identityData->is_not_pep == 1) ? 'checked' : '' }}>

{{__('To Continue with the')}} {{__('process, please scan the QR code below using your mobile phone.')}}


{{__('The verification will be completed through our trusted external partner, ShuftiPro.')}}

{{__('QR code is valid for 60 minutes.')}}

{{__('If it expires, you can')}} {{__('to generate a new code.')}}

@include('frontend.identity_verifications.pep-confirmation-modal') @endsection @push('scripts') @endpush