@php $current_route = Route::currentRouteName(); @endphp
@if ($current_route == 'register' || $current_route == 'verification.send' || $current_route == 'admin.admins.store' || $current_route == 'admin.instructor.store' || $current_route == 'admin.student.store' || (isset($_GET['type']) && $_GET['type'] == 'registration')) {{ get_phrase('Email Verification Required') }} @elseif($current_route == 'password.email') {{ get_phrase('Password Reset Required') }} @else {{ get_phrase('Instructor Application Approved') }} @endif
@if ($current_route == 'register' || $current_route == 'verification.send' || $current_route == 'admin.admins.store' || $current_route == 'admin.instructor.store' || $current_route == 'admin.student.store' || (isset($_GET['type']) && $_GET['type'] == 'registration'))

{{ get_phrase('Please click the button below to verify your email address.') }}

@elseif($current_route == 'password.email')

{{ get_phrase('Please click the button below to reset your password.') }}

@else @endif @if(isset($actionUrl) && isset($actionText)) @endif @if (!empty($extraMessage) && ($current_route == 'register' || $current_route == 'verification.send' || $current_route == 'admin.admins.store' || $current_route == 'admin.instructor.store' || $current_route == 'admin.student.store' || (isset($_GET['type']) && $_GET['type'] == 'registration') || $current_route == 'password.email'))

{{ $extraMessage }}

@endif

{{ get_phrase('If you did not request this, you can ignore this email.') }}

{{ get_phrase('Thank you!') }}