Primary Profile Setup
@if(!is_null(auth()->user()->primary_profile) && (int)auth()->user()->approved === 0 && (int)auth()->user()->paid === 1) Verification Pending @elseif(!is_null(auth()->user()->primary_profile) && (int)auth()->user()->approved === -1 && (int)auth()->user()->paid === 1){{ __('Your application') }} @if(!empty($userProfile->application_id)) "{{ $userProfile->application_id }}" @endif {{ __('has got on-hold due to following reason.') }}
@if(!empty($userProfile->remark))@php $__rawRemark = $userProfile->remark ?? ''; $__plainRemark = trim(strip_tags($__rawRemark)); $__limit = 50; $__isLong = mb_strlen($__plainRemark) > $__limit; $__preview = $__isLong ? (mb_substr($__plainRemark, 0, $__limit) . '.....') : $__plainRemark; @endphp Reason : {{ $__preview }} @if($__isLong) @endif
Reason : {{ __('No reason provided') }}
Your application is under verification
You'll be notified via your registered e‑mail once the review is completed.
Thank you for your patience
{{ __('Profile Setup') }}
{{ __('Your application "' . $userProfile->application_id . '" has got rejected due to following reason. Please register once again and apply for refund.') }}
@php $__rawRemark2 = $userProfile->remark ?? ''; $__plainRemark2 = trim(strip_tags($__rawRemark2)); $__limit2 = 50; $__isLong2 = mb_strlen($__plainRemark2) > $__limit2; $__preview2 = $__isLong2 ? (mb_substr($__plainRemark2, 0, $__limit2) . '.....') : $__plainRemark2; @endphp Reason : {{ $__preview2 }} @if($__isLong2) @endif
After payment via UPI app, return to this page and wait for 10 seconds for confirmation.
Payment Gateway Taxes 2.5%
{{ __('Profile Setup') }}
-
{{--
- Application Approved --}}
- Payment is successfull
- UID generated successfull
Your UID is : {{ $reg_uid }}