@php $profileImagePath = 'storage/lms/testimonials/' . $testimonial->profile_image; $defaultProfileImage = 'lms/frontend/assets/images/370x396.svg'; $profileImageSrc = fileExists('lms/testimonials', $testimonial->profile_image) && $testimonial->profile_image != '' ? asset($profileImagePath) : asset($defaultProfileImage); $translations = parse_translation($testimonial); @endphp