{{-- --}} @section('seoTitle') Profile @endsection @section('title') Profile @endsection

Personal Details

{{-- Edit --}} Edit

{{ Auth::user()->name }}
{{ $candidate->father_name ? $candidate->father_name : 'Unspecified' }}
{{ $candidate->mobile ? $candidate->mobile : 'Unspecified' }}
{{ $candidate->gender ? $candidate->gender : 'Unspecified' }}
{{ $candidate->date_of_birth ? $candidate->date_of_birth : 'Unspecified' }}
{{ $candidate->marital_status_id ? getMaritalStatusById($candidate->marital_status_id) : 'Unspecified' }}
{{ $candidate->aadhar ? $candidate->aadhar : 'Unspecified' }}
{{ $candidate->phone ? $candidate->phone : 'Unspecified' }}
{{ $candidate->secondary_email ? $candidate->secondary_email : 'Unspecified' }}

@isset($candidate->address) {{ $candidate->address }}
@endisset @isset($candidate->city) {{ $candidate->city }} - @endisset @isset($candidate->pinCode) {{ $candidate->pincode }}, @endisset @isset($candidate->state) {{ $candidate->state }}, @endisset @isset($candidate->country) {{ $candidate->country }} @endisset


{{ $candidate->description ? $candidate->description : 'Unspecified' }}
{{-- -------------------------------------------------------experience --}} {{-- ------------------------------------------------personal details modal --}}
{{-- --}}
State
City
{{-- --}}
{{-- --}} Save Close {{-- Close --}}
{{-- ------------------------------------------------personal details modal end --}}