@if (isset($userExam) && !empty($userExam)) @php $user = $userExam->user?->userable ?? null; $profile_img = $user?->profile_img ?? ''; $image = $profile_img && fileExists('lms/instructors', $profile_img) == true ? asset("storage/lms/instructors/{$profile_img}") : asset('lms/frontend/assets/images/370x396.svg'); @endphp
{{ customDateFormate($userExam->created_at, format: 'D M Y') | customDateFormate($userExam->created_at, format: 'h:i am') }}
{{ $userExam->description }}
{{ getFileExtension($sourceFile->file) }}
{{ translate('There are no submissions at the moment.Please check back later or remind your students to upload their assignments') }}.