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

{{ translate('Translate Language') }}

@endif
@csrf @method('PUT')
{{ translate('Edit student') }}
@if (is_active('student.translate') !== 'active')
@endif
@if (is_active('student.translate') !== 'active')

{{ translate('Profile Image') }}

@if (fileExists($folder = 'lms/students', $fileName = $userInfo?->profile_img) == true && $userInfo?->profile_img !== '')
@endif
@endif