- Hello, {{ Auth::user()->fname }}
- {{ Auth::user()->email }}, {{ $age }}
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 Got Rejected!!
@elseif(Auth::user()->primary_profile != null && Auth::user()->paid == 0)
Application pending for payment!!
@else
Please setup your primary profile to join
MODERN PENTATHLON FEDERATION OF INDIA.
@endif
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
{{ __('Your application is under verification, will be notified via registered e-mail.') }}
Your UID is : {{ $reg_uid }}