@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
{!! show_rating($translations['rating'] ?? $testimonial->rating ?? 0) !!}
{!! clean($translations['comments'] ?? $testimonial->comments ?? '') !!}
Testimonial profile
{{ $translations['name'] ?? $testimonial->name ?? '' }}

{{ $translations['designation'] ?? $testimonial->designation ?? ''}}