# Application Status – {{ $mail_detail->status }} Hello {{ $mail_detail->name }}, We are writing regarding your recent application. @if ($mail_detail->status === 'Approved') We are pleased to inform you that your application has been **approved**. 🎉 @else After careful review, we regret to inform you that your application has been **rejected**. We truly appreciate the time and effort you put into applying, and we encourage you to apply again in the future. @endif Thanks,
{{ config('app.name') }}