{{ get_phrase('We are pleased to inform you that your instructor application has been approved.') }}
{{ get_phrase('Application Details') }}:
{{ get_phrase('Application ID') }}: @php $applicationId = is_array($application) ? ($application['id'] ?? 'N/A') : ($application->id ?? 'N/A'); echo $applicationId; @endphp
{{ get_phrase('Approval Date') }}: @php echo date('F d, Y'); @endphp
{{ get_phrase('Current Status') }}: {{ get_phrase('Approved') }}
{{ get_phrase('Welcome to Our Instructor Community!') }}
{{ get_phrase('As an approved instructor, you now have access to all instructor features and tools.') }}
{{ get_phrase('You now have access to') }}:
{{ get_phrase('Getting Started') }}:
{{ get_phrase('Important Information') }}:
{{ get_phrase('Make sure to complete your instructor profile to increase student trust.') }}
{{ get_phrase('Review our instructor guidelines and best practices.') }}
{{ get_phrase('Check our revenue sharing model and payment schedule.') }}
{{ get_phrase('We are excited to have you as part of our instructor team and look forward to seeing the amazing content you will create!') }}
{{ get_phrase('If you have any questions or need assistance, please contact our instructor support team.') }}
{{ get_phrase('Once again, welcome aboard!') }}