@php $profileImagePath = 'storage/lms/testimonials/' . $testimonial->profile_image; $defaultImage = 'lms/frontend/assets/images/placeholder/profile.jpg'; $imageSrc = fileExists('lms/testimonials', $testimonial->profile_image) && $testimonial->profile_image != '' ? asset($profileImagePath) : asset($defaultImage); $translations = parse_translation($testimonial); @endphp