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

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

Your application for {{ $application->post?->title }} ({{ $application->post?->code }}) has been rejected after review.

@if(!empty($application->remarks))
Remarks from the administration {{ $application->remarks }}
@else
No specific remarks were provided. Please contact the recruitment office for clarification.
@endif

If you believe this rejection is in error, or if you have updated your profile and the underlying reason no longer applies, you may re-apply for this post from the candidate portal.

View my applications

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

@endsection