@extends('emails.layouts.main') @section('title', 'Instructor application received') @section('content')
Hello {{ $userName }},
We have received your instructor application. Our team has reviewed and approved your application. For the next step, you need to upload a sample video from your profile.
Application email: {{ $form->email }}
Submitted at: {{ $form->created_at }}
View Your Application
@endsection