Hello {{ $recipientName ?? ($recipientType === 'interviewer' ? 'Panelist' : $interview->candidate_name) }},
This is a quick reminder that the technical interview assessment is scheduled to begin in 15 minutes.
Candidate
{{ $interview->candidate_name }}
Position / Role
{{ $interview->job_title ?? 'Candidate Assessment' }}
Round
{{ $interview->round ?? 'R1' }}
Scheduled Start Time
{{ $interview->scheduled_at ? $interview->scheduled_at->format('M d, Y h:i A') : 'Immediate' }}
@if($recipientType === 'candidate')
Temporary Password
{{ $interview->temp_password }}
@endif
@if($recipientType === 'interviewer')
Join Assessment Session
@else
Enter Candidate Portal
@endif