- Hello, {{ Auth::user()->fname }}
- {{ Auth::user()->email }}, {{ $age }}
Primary Profile Setup @if(Auth::user()->primary_profile != NULL && Auth::user()->approved == 0 ) Verification Pending !! @elseif(Auth::user()->primary_profile != NULL && Auth::user()->approved == -1 ) Application Got Rejected!! @elseif(Auth::user()->primary_profile != NULL && Auth::user()->approved == 1 && Auth::user()->paid == 0 ) Application pending for payment!! @else Please setup you primary profile to join MPFI. @endif
{{ __('Your application is under verification, will be notified via registered e-mail.') }}