You’re Invited to Take an Exam

Dear {{ $user->firstname }},

You have been invited to complete the {{ $interview->title }} assessment
for the position {{ $job->title }}.

Exam Details

Position {{ $job->title }}
Assessment Type Online Exam
Duration {{ $interview->duration_minutes }} minutes
Start Time {{ \Carbon\Carbon::parse($interview->starts_at)->format('F j, Y g:i A') }}
End Time {{ \Carbon\Carbon::parse($interview->ends_at)->format('F j, Y g:i A') }}
@if($interview->interview_owner)
Invigilator {{ $interview->interview_owner->firstname }} {{ $interview->interview_owner->lastname }}
@endif
Start Your Exam Now
View Interview Details
@if(!empty($instructions))

Instructions:
{!! nl2br(e(is_array($instructions) ? implode("\n", $instructions) : $instructions)) !!}

@endif

Best regards