@php use Modules\Testimonial\App\Models\Testimonial; $home2_testimonial = getContent('theme2_testimonial.content', true); $testimonials = Testimonial::with('translate')->where('status', 'active')->latest()->get(); @endphp
{!! strip_tags(clean(getTranslatedValue($home2_testimonial, 'description')), '
') !!}