{{-- ── HEADER — changes color by status ── --}} @if($status === 'approved')

🎓 ECA

Education Consultancy Association

✅ Membership Approved
@else

🎓 ECA

Education Consultancy Association

❌ Application Update
@endif
{{-- ── APPROVED CONTENT ── --}} @if($status === 'approved')

🎉 Congratulations! Your membership has been approved.

Dear {{ $memberName }},

Your ECA membership application for {{ $unitName }} unit has been reviewed and approved by your Unit Admin.

Your Membership Plan

Plan Name {{ $planName }}
Membership Type {{ $planType }}
Amount to Pay ₹{{ $planAmount }}

Next steps to activate your membership:

1
Log in to the ECA app using your registered email and password.
2
Go to My Membership and complete your payment of ₹{{ $planAmount }}.
3
Once payment is confirmed, your membership becomes ACTIVE and your ID card is issued.
{{-- ── REJECTED CONTENT ── --}} @else

Dear {{ $memberName }},

Thank you for applying for ECA membership under {{ $unitName }} unit. After review, your application has not been approved at this time.

@if($reason)

Reason

{{ $reason }}

@endif

If you believe this is an error or would like to re-apply, please contact your unit admin at {{ $contactEmail }}.

@endif

This is an automated email. Please do not reply directly to this message.