{{ $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
Result Details
@php
$interviewers = App\Modules\RecruitmentModule\Models\Interviewer::where('id', $viva_details->interviewer_name)->where('status', 1)->first();
@endphp