@php $user = $instructor?->userable ?? null; $profile_img = $user?->profile_img ?? null; $thumbnail = $profile_img && fileExists('lms/instructors', $profile_img) == true ? asset('storage/lms/instructors/' . $profile_img) : asset('lms/frontend/assets/images/370x396.svg'); $userTranslations = parse_translation($user); if ($user?->designation) { $designationTranslate = parse_translation($user?->designation); } @endphp