@extends('candidates.layouts.app') @section('title','Candidate Profile') @section('content')

Candidate Profile

{{ auth()->user()->name }}

  • Mobile Number
    {{ auth()->user()->mobile_number }}
  • @if(auth()->user()->pan_number)
  • PAN Number
    {{ auth()->user()->pan_number }}
  • @endif @if(auth()->user()->Sector)
  • Sector
    {{ auth()->user()->Sector->name }}
  • @endif @if(auth()->user()->Training)
  • Training
    {{ auth()->user()->Training->training_name }}
  • @endif @if(auth()->user()->CourseCompletionStatus)
  • Course Completion Status
    {{ auth()->user()->CourseCompletionStatus->name }}
  • @endif @if(auth()->user()->highest_qualification)
  • Highest Qualification
    {{ auth()->user()->highest_qualification }}
  • @endif @if(auth()->user()->additional_certificates)
  • Additional Qualifications
    {{ auth()->user()->additional_certificates }}
  • @endif @if(auth()->user()->religion)
  • Religion
    {{ auth()->user()->religion }}
  • @endif @if(auth()->user()->category)
  • Category
    {{ auth()->user()->category }}
  • @endif
  • PWD Status
    {{ auth()->user()->pwd }}
  • Rationcard Type
    {{ auth()->user()->rationcardtype }}
  • Rationcard Type
    {{ auth()->user()->rationcardtype }}
  • MGNREGA
    {{ auth()->user()->MGNREGA }}
  • Gender
    {{ auth()->user()->gender }}
  • Willingness to join course
    {{ auth()->user()->willingTojoin }}
  • Kudumbashree Member
    {{ auth()->user()->kudumbashree_member }}

Email
{{ auth()->user()->email }}

Building Number/ Name
{{ auth()->user()->building_name }}

Street, Landmark
{{ auth()->user()->landmark }}

Post Office
{{ auth()->user()->postOffice }}
@if(auth()->user()->Block)
Block
{{ auth()->user()->Block->name }}
@endif @if(auth()->user()->localbodytypes)
Localbody Type
{{ auth()->user()->localbodytypes->name_eng }}
@endif @if(auth()->user()->LocalBodyGet)
Localbody Type
{{ auth()->user()->LocalBodyGet->name_eng }}
@endif
District
{{ auth()->user()->District->name }}
@if(auth()->user()->State)
State
{{ auth()->user()->State->name }}
@endif @if(auth()->user()->pincode)
PIN code
{{ auth()->user()->pincode }}
@endif @if(auth()->user()->ProfileStatus)
Profile Status
{{ auth()->user()->ProfileStatus->name }}
@endif

Change Password

@csrf




@endsection