@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))You can edit your profile and re-submit it for verification. Please address the issues above before resubmitting.
If you have any queries, please contact the {{ $appSettings->app_name ?? config('app.name') }} Recruitment Office.
@endsection