logo

Profile Setup

@if(Auth::user()->primary_profile != NULL && Auth::user()->expired == 1) Oops! Your subscription has been expired on {{date('d/m/Y H:i:s',strtotime(Auth::user()->expiry_date))}}
Pay and procced!!
@else Verify your data and procced!
@endif @if($get_profile_data !== NULL) UID NO: {{ $get_profile_data->reg_id }} @endif
  • Hello, {{ Auth::user()->fname }}
  • {{ Auth::user()->email }}
  • Support Team : support@indiataekwondo.com
@if($get_profile_data !== NULL && Auth::user()->is_old_user == NULL || Auth::user()->is_old_user == 0)
Chris Wood
*
{{-- --}}
{{--
--}}
@foreach ($userBeltTypes as $beltType) @endforeach

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 Condition

@elseif(Auth::user()->primary_profile != NULL && Auth::user()->expired == 1)
{{--
{{ __('Profile Setup') }}
--}}

Payment Gateway Taxes 2.5%.

@foreach ($payment_gateways as $payment_gateway)
@endforeach

@csrf
@elseif(Auth::user()->primary_profile != NULL && Auth::user()->approved == 1 && $paid == 1)
{{--
{{ __('Profile Setup') }}
--}}
  • Payment is successfull

Your UID is :

@else @endif @include('user.layouts.app_footer')