{{ $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
@if($candidate->nid_photo)
@endif