@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
{{-- Need to add new checkboxes for document selection --}} @foreach($user_personal_docs as $key => $value) @if ($value->document_id == 1)
@else
@endif @if ($value->document_id == 2)
@else
@endif @if ($value->document_id == 3)
@else
@endif @endforeach {{-- --}}
{{--------------------------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 ($users_all_profiles as $profile) @if("/".strtolower($profile->profile_name) == Request::route()->getPrefix())
@foreach ($profile->user_official_docs as $doc_value) @if($doc_value->belt_certificate_path) @endif @if($doc_value->supporting_doc_path) @else

No document(s) uploaded.

@endif @endforeach
@else
@foreach ($profile->user_official_docs as $doc_value) @if($doc_value->belt_certificate_path) @endif @if($doc_value->supporting_doc_path) @else

No document(s) uploaded.

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




You have already registered/applied for all available profiles.

@foreach ($userBeltTypes as $beltType) @endforeach
{{--------------------------Apply For New Profile Section End=====---------------}} {{--------------------------Download Identity Card Section Start=====---------------}}
Download Identity Card
{{--------------------------Download Identity Card Section End=====---------------}}
@if(session("click")) @endif @endsection