@php $testimonials->loadMissing('metadata'); @endphp

{!! BaseHelper::clean($shortcode->title) !!}

{!! BaseHelper::clean($shortcode->subtitle) !!}

@foreach ($testimonials as $testimonial)
{{ $testimonial->getMetadata('title', true) }}
{!! BaseHelper::clean($testimonial->content) !!}
{{ $testimonial->name }}

{{ $testimonial->name }}

{{ $testimonial->company }}

@endforeach