@switch($shortcode->style) @case('style-2') {!! BaseHelper::clean($shortcode->title) !!} {!! BaseHelper::clean($shortcode->description) !!} @foreach($testimonials as $testimonial) {{ $testimonial->name }}{{ $testimonial->company }} {!! $testimonial->content !!} @endforeach @break @default {!! BaseHelper::clean($shortcode->title) !!} {!! BaseHelper::clean($shortcode->description) !!} @foreach($testimonials as $testimonial) {!! $testimonial->content !!} {{ $testimonial->name }}{{ $testimonial->company }} @endforeach @break @endswitch
{!! BaseHelper::clean($shortcode->description) !!}
{!! $testimonial->content !!}