{{ $head ?? '' }}

Instructor Application Status Update

@if ($status === 'approved')

🎉 Congratulations, {{ $user->name }}!

Your instructor application has been approved! You can now create and manage courses on our platform.

@if (!empty($feedback))

Notes from our team:

{!! $feedback !!}
@endif Go to Dashboard @else

Application Status: {{ ucfirst($status) }}

Your instructor application status has been updated to: {{ ucfirst($status) }}.

@if (!empty($feedback))

Reviewer Feedback:

{!! $feedback !!}
@endif @if ($status === 'rejected') Re-apply @endif @endif @if ($status === 'approved')

Start creating your first course and share your knowledge with students around the world!

@endif

If you have any questions, please don't hesitate to contact our support team.

Best regards,
{{ config('mail.from.name') }} Team