@extends('emails._layout') @section('title', 'Exam scheduled') @section('header_sub', 'Examination Schedule Notice') @section('body')

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

The administration has scheduled the examination for the post you applied to. Please make a note of the date and time below and ensure you log in promptly.

@if($application->roll_number) @endif
Post {{ $application->post?->title }} ({{ $application->post?->code }})
Roll Number {{ $application->roll_number }}
Exam Date & Time {{ optional($application->post?->exam_login_enabled_at)->format('d M Y, h:i A') }}
Sign in at the scheduled time Visit the exam portal at {{ url('/exam-portal/login') }} at the date and time above. Use your roll number and exam password from your roll-number slip. Earlier sign-in attempts will be blocked.
@if($application->roll_number)

View roll-number slip

@endif
Be ready ahead of time. Test your computer, browser, internet connection, and webcam at least one hour before the exam. Late sign-ins forfeit time from your exam window.

If the schedule changes, you will receive an updated notice. For any queries, contact the {{ $appSettings->app_name ?? config('app.name') }} Recruitment Office.

@endsection