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