@extends('user.layouts.app') @section('content')

Settings

{{--------------------------Account Section Start=====---------------}}
no-image
{{-- For best results, use an image at least 128px by 128px in .jpg format --}}
{{-- --}} {{-- --}}
Private info
{{-- Basic --}}
{{--------------------------Account Section End=====---------------}} {{--------------------------Change Password Section Start=====---------------}}
@if (session('success')) @if (session('error')) @endif @endif
Password
{{--
--}} {{-- --}} {{ csrf_field() }}
has('current_password') ? 'autofocus' : 'null' }}> Forgot your password? {{$errors->first('current_password')}}
has('new_password') ? 'autofocus' : 'null' }}> {{$errors->first('new_password')}}
has('confirm_password') ? 'autofocus' : 'null' }}> {{$errors->first('confirm_password')}}
{{--------------------------Change Password Section End=====---------------}} {{--------------------------All Profiles Section Start=====---------------}}
All Profiles
@foreach ($alluserProfiles as $profile) @if("/".strtolower($profile->profile_name) == Request::route()->getPrefix())
{{$profile->profile_name}}'s Supporting Document
@if($profile->profile_id != 4 )

View @else @if($profile->supporting_doc_path != null)

View @else

No document(s) required for the Official role you have selected

@endif @endif
@else
{{--

LEVEL: @if($profile->level == 1) New @elseif($profile->level == 2) State @elseif($profile->level == 3) National @elseif($profile->level == 4) International @endif

--}}
@if($profile->profile_id != 4 && $profile->supporting_doc_path != null ) @if($profile->approved == -1)

{{ __('Your application "'. $profile->application_id.'" has got on-hold due to following reason. We request to do the needful changes and submit once again.') }}

@if($profile->remark != null || $profile->remark !="") Reason : {!! $profile->remark !!} @else Reason : No Reason specified while verifying @endif
@if($profile->profile_id == 1) @include('user.athlete_setting_profile_rejection'); @elseif($profile->profile_id == 2) @include('user.coach_setting_profile_rejection'); @elseif($profile->profile_id == 3) @include('user.judge_setting_profile_rejection'); @elseif($profile->profile_id == 5) @include('user.volunteer_setting_profile_rejection'); @endif @elseif($profile->approved == -2)

View

Rejected
@elseif($profile->approved == 0)
{{$profile->profile_name}}'s Supporting Document


View

Approval Pending...
@else
{{$profile->profile_name}}'s Supporting Document


View @endif @elseif($profile->profile_id != 4 && $profile->supporting_doc_path == null)

No document(s) required for role you have selected

@elseif($profile->profile_id == 4 && $profile->supporting_doc_path != null)
@if($profile->approved == -1)

View

On-Hold
@elseif($profile->approved == -2)

View

Rejected
@elseif($profile->approved == 0)
{{$profile->profile_name}}'s Supporting Document


View

Approval Pending...
@else
{{$profile->profile_name}}'s Supporting Document


View111 @endif
@elseif($profile->profile_id == 4 && $profile->supporting_doc_path == null) @if($profile->approved == -1)

{{ __('Your application "'. $profile->application_id.'" has got on-hold due to following reason. We request to do the needful changes and submit once again.') }}

Reason : {!! $profile->remark !!}
@if($profile->profile_id == 4) @include('user.official_setting_profile_rejection'); @endif @elseif($profile->approved == 1)

No document(s) required for the Official role you have selected



Approved @elseif($profile->approved == -2)

No document(s) required for the Official role you have selected


Rejected
@elseif($profile->approved == 0)

No document(s) required for the Official role you have selected


Approval Pending...
@else

No document(s) required for the Official role you have selected

@endif @endif
@endif @endforeach
{{--------------------------All Profiles Section End=====---------------}} {{--------------------------Apply For New Profile Section Start=====---------------}}
Apply New Profile




You have already registered/applied for all available profiles.

{{--------------------------Apply For New Profile Section End=====---------------}} {{--------------------------Download Identity Card Section Start=====---------------}}
Download Identity Card
{{--------------------------Download Identity Card Section End=====---------------}}
@if(session("click")) @endif @endsection