@extends('emails._layout') @section('title', 'Profile rejected') @section('header_sub', 'Profile Verification Notice') @section('body')

Dear {{ $user->name }},

Your candidate profile has been rejected after review by the administration.

@if(!empty($reason))
Reason for rejection {{ $reason }}
@else
No specific reason was provided. Please contact the recruitment office for clarification.
@endif

You can edit your profile and re-submit it for verification. Please address the issues above before resubmitting.

Update my profile

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

@endsection