{{ $appSettings->app_name ?? config('app.name') }} Recruitment System

Examination Result Notification

Dear {{ $attempt->user?->name }},

Your examination has been submitted successfully. Please find your result summary below, and the detailed answer sheet is attached as a PDF.

Post {{ $attempt->post?->title }} ({{ $attempt->post?->code }})
Roll Number {{ $attempt->application?->roll_number ?? 'N/A' }}
Attempt #{{ $attempt->attempt_no }}
Submitted At {{ $attempt->submitted_at?->format('d M Y, h:i A') }}
Your Score
{{ $attempt->score }} / {{ $attempt->total_questions }}    {{ $attempt->percentage_score }}%
{{ $attempt->total_correct }}
Correct
{{ $attempt->total_wrong }}
Wrong
{{ $attempt->total_unanswered }}
Unanswered
Note: The attached PDF contains your complete answer sheet with all questions, your selected answers, and the correct answers for review.

If you have any queries regarding this result, please contact the {{ $appSettings->app_name ?? config('app.name') }} Recruitment Office.