@php $current_route = Route::currentRouteName(); @endphp
@php $condition = ($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'); @endphp @if ($condition) {{ get_phrase('Email Verification Required') }} @elseif($current_route == 'password.email') {{ get_phrase('Password Reset Required') }} @endif

@if ($condition) {{ 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.') }} @endif

@if (!empty($extraMessage))

{{ $extraMessage }}

@endif

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

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