Account Verification Status

@if($kycStatus['status'] === 'approved')

Your account has been verified. You can now create and manage elderly profiles.

@elseif($kycStatus['status'] === 'pending')

Your verification is pending review. This usually takes 1-3 business days.

@elseif($kycStatus['status'] === 'rejected')

Your verification was rejected. Please review the reason below and resubmit your documents.

@if($kycStatus['rejection_reason'])

Reason: {{ $kycStatus['rejection_reason'] }}

@endif
@endif

Verification Status

@if($kycStatus['status'] === 'approved') Approved @elseif($kycStatus['status'] === 'pending') Pending Review @elseif($kycStatus['status'] === 'rejected') Rejected @endif

@if(isset($kycStatus['submitted_at']) && $kycStatus['submitted_at'])

Submitted On

{{ $kycStatus['submitted_at'] }}

@endif @if($kycStatus['reviewed_at'])

Reviewed On

{{ $kycStatus['reviewed_at'] }}

@endif

Submitted Documents

@foreach($kycStatus['documents'] as $document) @endforeach
Document Type Status Submitted On Actions
{{ $document['type'] }} @if($document['status'] === 'approved') Approved @elseif($document['status'] === 'pending') Pending @elseif($document['status'] === 'rejected') Rejected @endif {{ $document['submitted_at'] }} View @if($document['status'] === 'rejected')
@csrf
@endif
Manage Verification

Verification Requirements

To verify your individual account, we require the following documents:

  • ID Verification - A government-issued ID (passport, driver's license, or national ID card)
  • Address Proof - A recent utility bill, bank statement, or official correspondence showing your address (not older than 3 months)

All documents should be:

  • Clear, legible, and complete (all four corners visible)
  • In color (not black and white)
  • Not edited or manipulated
  • In JPG, PNG, or PDF format
  • Less than 5MB in size

The verification process typically takes 1-3 business days. You will be notified via email once your verification is complete.

Why Verification Is Important

Verification helps us ensure the security and integrity of our platform. By verifying your identity, we can:

  • Protect elderly individuals from potential fraud
  • Ensure that only legitimate caregivers and family members can create profiles
  • Build trust within our community of donors and beneficiaries
  • Comply with legal and regulatory requirements