@php $locale = request()->locale ?? app()->getLocale(); $translations = []; $instructor = $instructor ?? null; if ($instructor?->userable && $locale) { $translations = parse_translation($instructor?->userable, $locale); } @endphp {{ translate('Edit Instructor') }} @if (is_active('instructor.translate') === 'active')

{{ translate('Translate Language') }}

@endif