{{-- resources/views/emails/candidate-result.blade.php --}}
{{ $attempt->exam->title }}
@if($attempt->passed) Congratulations! You have successfully passed the exam. Your results are detailed below. @else Thank you for taking the exam. Unfortunately, you did not meet the passing mark this time. @if($attempt->exam->max_attempts > 1) You may have additional attempts remaining. @endif @endif