@if(is_null(auth()->user()->primary_profile)) @endif @if(!is_null(Auth::user()->old_uid) || Auth::user()->old_uid != null) @endif
India Taekwondo Logo
Hello, {{ auth()->user()->fname }} {{ auth()->user()->email }} • {{ \Carbon\Carbon::parse(auth()->user()->dob ?? now())->age ?? 'N/A' }} years old

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
@else
Reason : {{ __('No reason provided') }}
@endif @elseif(!is_null(auth()->user()->primary_profile) && (int)auth()->user()->paid === 0) Payment Pending @else Please setup your primary profile to join India taekwondo. @endif
@csrf
@auth @if(is_null(auth()->user()->primary_profile))
@include('user.profile_setup_data.wizard_step_1') @include('user.profile_setup_data.wizard_step_2') @include('user.profile_setup_data.wizard_step_3') @include('user.profile_setup_data.wizard_step_4') @include('user.profile_setup_data.wizard_step_5')
@elseif(!is_null(auth()->user()->primary_profile) && (int)auth()->user()->approved === 0 && (int)auth()->user()->paid === 1)
Your application is under verification

You'll be notified via your registered e‑mail once the review is completed.

Your UID: {{ $reg_uid }}

Thank you for your patience

@elseif(!is_null(auth()->user()->primary_profile) && (int)auth()->user()->approved === -1) @include('user.profile_setup_rejected') @elseif(!is_null(auth()->user()->primary_profile) && (int)auth()->user()->approved === -2)
{{--
{{ __('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
@elseif(!is_null(auth()->user()->primary_profile) && (int)auth()->user()->approved === 0 && (int)auth()->user()->paid === 0)
Important: Please do not refresh or close the page while the payment is being completed.
After payment via UPI app, return to this page and wait for 10 seconds for confirmation.
@foreach ($payment_gateways as $payment_gateway)
@endforeach
Payment Gateway Taxes 2.5%
@csrf @if(isset($razorpay_order) && !empty($razorpay_order)) @else @endif
@elseif(!is_null(auth()->user()->primary_profile) && (int)auth()->user()->approved === 1 && (int)auth()->user()->paid === 1)
{{--
{{ __('Profile Setup') }}
--}}
    {{--
  • Application Approved
  • --}}
  • Payment is successfull
  • UID generated successfull

Your UID is : {{ $reg_uid }}

@else @endif @endauth
@if(is_null(auth()->user()->primary_profile) || !is_null(auth()->user()->primary_profile) && (int)auth()->user()->approved === 1 && (int)auth()->user()->paid === 1) @elseif(!is_null(auth()->user()->primary_profile) && (int) auth()->user()->approved === -1) @elseif(!is_null(auth()->user()->primary_profile) && (int)auth()->user()->approved === 0 && (int)auth()->user()->paid === 1) @if(isset($payment_error) && $payment_error) @endif @endif