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