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

Dear {{ $user->name }},

Good news — your candidate profile has been approved by the administration.

You're now eligible to apply for posts. Browse open recruitment posts and submit your application from the candidate portal. Each application is reviewed individually.

Browse available posts

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

@endsection