@extends('emails.template') @section('title', 'Tutor Account Update') @section('content') @if($status === 'approved')

🎉 Welcome to CognitiaGlobal School!

Hi {{ $teacher->user->name }},

We're delighted to inform you that your application to join CognitiaGlobal School as a certified tutor has been approved!

Your Login Credentials

Email: {{ $teacher->user->email }}
Password: {{ $temporaryPassword }}
⚠️ Important: This is a one-time temporary password. You will be prompted to create a new secure password on your first login.

Once logged in, you can:

Login to Teacher Portal →
@else

Tutor Application Update

Hi {{ $teacher->user->name }},

Thank you for your interest in teaching at CognitiaGlobal School. We have completed our review of your application.

Unfortunately, we are unable to approve your profile at this time.

@if(!empty($reason))
Reason for rejection: {{ $reason }}
@endif

We encourage you to address the points above and reapply. If you believe there has been an error or have questions, please contact our faculty team.

@endif

Best regards,
Faculty Operations Team
CognitiaGlobal School

@endsection