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