@extends('emails._layout') @section('title', 'Application approved') @section('header_sub', 'Application Decision Notice') @section('body')

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

Your application for the post below has been approved. A roll number has been assigned and is shown below.

Post {{ $application->post?->title }} ({{ $application->post?->code }})
Roll Number {{ $application->roll_number }}
Approved On {{ optional($application->approved_at)->format('d M Y, h:i A') }}
Next step — print your roll-number slip Your slip contains your roll number, exam password, and instructions for the day of the exam. Log into the candidate portal to view and print it.

View roll-number slip

Keep your exam password confidential. Together with your roll number, it is the credential you'll use to log into the exam portal on exam day. The {{ $appSettings->app_name ?? config('app.name') }} office never asks for your password by phone or email.

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

@endsection