mpfi
  • 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
@auth @if(Auth::user()->primary_profile == NULL )
Chris Wood
*
{{-- --}}
{{--
--}}

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

@elseif(Auth::user()->primary_profile != NULL && Auth::user()->approved == 0 && $paid == 1)

{{ __('Your application is under verification, will be notified via registered e-mail.') }}

Your UID is : {{ $reg_uid }}

Thank you

@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') }}
--}}

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

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') }}
--}}
    {{--
  • Application Approved
  • --}}
  • Payment is successfull
  • UID generated successfull

Your UID is : {{ $reg_uid }}

@endif @endauth @auth @endauth @if (Auth::user()->primary_profile == null) @endif @auth @if(Auth::user()->primary_profile != NULL && Auth::user()->approved == -1 ) @endif @endauth