{{ translate('View Testimonial') }}
{{ $testimonial->name }}
{{ $testimonial->designation }}
{{ $testimonial->rating }}
{!! clean($testimonial->comments ?? '') !!}
{{ translate('Media') }}

{{ translate('Image') }}

@if (isset($testimonial) && fileExists($folder = 'lms/testimonials', $fileName = $testimonial->profile_image) == true && $testimonial->profile_image != '')
@endif