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 (auth()->user()->primary_profile != null && auth()->user()->approved == 0 && auth()->user()->paid == 1) Verification Pending @elseif(auth()->user()->primary_profile != null && auth()->user()->approved == -1) Application On Hold @elseif(auth()->user()->primary_profile != null && auth()->user()->approved == -2) Application Rejected @elseif(auth()->user()->primary_profile != null && auth()->user()->paid == 0) Payment Pending @else Please setup you primary profile to join India taekwondo. @endif
@csrf
@auth @if (auth()->user()->primary_profile == null)
Profile Picture
*
@foreach ($userBeltTypes as $beltType) @endforeach
Application Summary

Please review all the information below before submitting your application.

Personal Details
Profile Picture:
Mobile Number: -
Country: -
State: -
District: -
Pincode: -
Address: -
Document Uploads
Professional Details
Primary Profile: -

I expressly consent to my personal information being collected and to such data being stored and used by the Federation, and, where necessary, third parties, for the purposes of, and to the extent necessary in order for the Federation to process my request. By clicking Submit / Finish you acknowledge that you have read and accept these terms. Click here for terms and Conditions

@elseif(auth()->user()->primary_profile != null && auth()->user()->approved == 0 && $paid == 1)
Your application is under verification.
You'll be notified via registered e-mail.
Your UID: {{ $reg_uid }}
Thank you
@if(auth()->user()->it_belt_payment == 1) @else @endif
Black Belt Certificate Payment
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
@elseif(auth()->user()->primary_profile != null && auth()->user()->approved == -1)
{{--
{{ __('Profile Setup') }}
--}}

{{ __('Your application "' . $userProfile->application_id . '" has got on-hold due to following reason. We request to do the needful changes and submit once again.') }}

Reason : {!! $userProfile->remark !!}
@include('user.profile_setup_rejected'); @elseif(auth()->user()->primary_profile != null && 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.') }}

Reason : {!! $userProfile->remark !!}
@elseif(auth()->user()->primary_profile != null && auth()->user()->approved == 0 && auth()->user()->paid == 0)
{{--
{{ __('Profile Setup') }}
--}}
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
@elseif(auth()->user()->primary_profile != null && auth()->user()->approved == 1 && $paid == 1)
{{--
{{ __('Profile Setup') }}
--}}
    {{--
  • Application Approved
  • --}}
  • Payment is successfull
  • UID generated successfull

Your UID is : {{ $reg_uid }}

@if(auth()->user()->it_belt_payment == 1)
@else
@endif
Black Belt Certificate Payment

1) Please do not refresh or close the page while the payment is being completed.

2) Please come back to this page after payment done from UPI app and wait for 10 seconds.

Payment Gateway Taxes 2.5%.

@foreach ($payment_gateways as $payment_gateway)
@endforeach

@csrf
@endif @endauth
@if(auth()->user()->primary_profile != null && auth()->user()->approved == -1) @endif @if(isset($payment_error) && $payment_error) @endif