{{ $head ?? '' }}

Exam Approval Status Update

@if ($status === 'approved')

🎉 Congratulations, {{ $user->name }}!

Your exam "{{ $exam->title }}" has been approved and is now live on our platform.

@if (!empty($feedback))

Reviewer Feedback:

{!! $feedback !!}
@endif View Exam @else

Exam Approval Request Update: {{ ucfirst($status) }}

Your exam "{{ $exam->title }}" status has been updated to: {{ ucfirst($status) }}.

@if (!empty($feedback))

Reviewer Feedback:

{!! $feedback !!}
@endif Update Exam @endif @if ($status === 'approved')

Students can now enroll in your exam. Promote it to reach more learners!

@endif

If you have any questions, please don't hesitate to contact our support team.

Best regards,
{{ config('mail.from.name') }} Team