{{-- resources/views/emails/exam-invitation.blade.php --}}

๐Ÿ“‹ Exam Invitation

You have been approved to take an exam

Hello, {{ $registration->candidate->name }}!

You have been successfully registered and approved for the following exam administered by {{ $registration->exam->tester->name }} @if($registration->exam->tester->organization) ({{ $registration->exam->tester->organization }}) @endif .

Exam {{ $registration->exam->title }}
@if($registration->exam->start_at)
Date & Time {{ $registration->exam->start_at->format('D, M j Y โ€” H:i') }}
@endif @if($registration->exam->end_at)
Deadline {{ $registration->exam->end_at->format('D, M j Y โ€” H:i') }}
@endif
Duration {{ $registration->exam->duration_minutes }} minutes
Pass Mark {{ $registration->exam->pass_percentage }}%
Max Attempts {{ $registration->exam->max_attempts }}

Your Registration Code:

{{ $registration->registration_code }}
@if($registration->exam->instructions)

Instructions:

{{ $registration->exam->instructions }}

@endif
Go to Exam โ†’

Please ensure you have a stable internet connection before starting. Once started, the timer cannot be paused.