|
Hello {{ $name }},
Thank you for completing your CBT examination. Below is your result.
Your Score
{{ $score }}/{{ $total }}
{{ $passed ? 'Passed' : 'Not Passed' }}
Pass mark: {{ $passScore }}/{{ $total }}
|
Application ID
{{ $appId }}
|
@if($passed)
Congratulations! Visit the application portal for the next steps in your admission process.
@else
You can view further details and any next steps on the application portal.
@endif
If the button doesn't work, copy this link into your browser:
{{ $statusUrl }}
|