{{ $candidate->user->name ?? ''}}
{{ $candidate->user->user_type ?? '' }}
- Phone : {{ $candidate->user->phone ?? '' }}
- Email : {{ $candidate->user->email ?? '' }} @if($candidate->user->user_type == 'Candidate')
- Location : {{ $candidate->location ?? ''}} @endif
Personal Information
interest_area == 'Travelling')
value="Travelling"
@elseif($candidate->interest_area == 'Blogging')
value="Blogging"
@elseif($candidate->interest_area == 'Sports')
value="Sports"
@else
value=""
@endif
class="form-control" disabled>
living_situation == 'living_family')
value="Lives Home With Family"
@elseif($candidate->living_situation == 'living_alone')
value="Lives Home Alone"
@elseif($candidate->living_situation == 'mess')
value="Lives in Mess"
@else
value=""
@endif
class="form-control" disabled>