@php $badgeHtml = ' Verification Pending'; @endphp @include('user.partials.profile_header', ['title' => 'Verification Status', 'badge' => $badgeHtml])

Verification In Progress

Your application is currently under review by our team.

UID: {{ $reg_uid ?? '-' }}
  • Application submitted successfully
  • Payment received and confirmed
  • Verification pending - Team reviewing
  • Email notification will be sent upon completion
Stay tuned! You'll receive an email notification once verification is complete.
@if(!empty($payment_error))
{{ $payment_error }}
@endif