@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 == 5)
View @elseif($profile->profile_id == 4) @if($profile->supporting_doc_path != null) Supporting document @else

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

@endif @else Supporting document @endif
@else
{{--

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

--}}
{{$profile->profile_name}}'s Supporting Document
@if($profile->profile_id == 5) @if($profile->approved == 0)
View

Approval Pending...
@else
View @endif @elseif($profile->profile_id == 4) @if($profile->supporting_doc_path != null) @if($profile->approved == 0) Supporting document

Approval Pending...
@else Supporting document @endif @else

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

@endif @else @if($profile->approved == 0) Supporting document

Approval Pending...
@else Supporting document @endif @endif
@endif @endforeach
{{--------------------------All Profiles Section End=====---------------}} {{--------------------------Apply For New Profile Section Start=====---------------}}
Apply New Profile
{{--------------------------Apply For New Profile Section End=====---------------}} {{--------------------------Download Identity Card Section Start=====---------------}}
Download Identity Card
{{--------------------------Download Identity Card Section End=====---------------}}
@if(session("click")) @endif @endsection