@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') }} |
If you have any queries, please contact the {{ $appSettings->app_name ?? config('app.name') }} Recruitment Office.
@endsection