{{-- Post-submission landing page for the exam portal. Standalone — does NOT extend the candidate dashboard layout. The exam is a one-time isolated session entered via /exam-portal/login (roll number + exam password); showing the dashboard chrome here would imply ongoing dashboard access. By the time this page renders, the candidate has been logged out by ExamController::thankYou. --}} Exam submitted · {{ $appSettings->app_name ?? config('app.name') }} @if($appSettings->favicon_url ?? false) @endif
Submission received

Thank you — exam submitted

Your responses have been recorded. The administration will announce the results in due course.

Submission confirmed. Your answers have been saved securely. Results will be released by the administration and sent to your registered email once published.

{{-- Exam metadata --}}
Post applied for {{ $attempt->post?->title ?? '—' }}@if($attempt->post?->code) ({{ $attempt->post->code }})@endif
Roll number {{ $attempt->application?->roll_number ?? '—' }}
Submitted at {{ optional($attempt->submitted_at ?? $attempt->updated_at)->format('d M Y, h:i A') }}
Questions answered {{ $attempt->answers()->whereNotNull('selected_answer')->count() }} / {{ $attempt->total_questions }}
{{-- What happens next --}}

What happens next

  • The administration will review and announce results after the marking process is complete.
  • You will receive an email notification at your registered address once results are released.
  • This exam session has now ended. You can safely close this window.
@csrf

© {{ date('Y') }} {{ $appSettings->app_name ?? config('app.name') }} · Examination portal