- 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
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 finish you acknowledge that you have read and accept these terms. Click here for Terms and Conditions
{{ __('Your application is under verification, will be notified via registered e-mail.') }}
Your UID is : {{ $reg_uid }}