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

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

Quote icon