@if ($title = $shortcode->title)

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

@endif @if ($subtitle = $shortcode->subtitle)

{!! BaseHelper::clean($subtitle) !!}

@endif
@switch($shortcode->style) @case('style-2')
@foreach($testimonials as $testimonial)

{!! BaseHelper::clean($testimonial->content) !!}

@if ($image = $testimonial->image) {{ $testimonial->name }} @endif {{ $testimonial->name }} @if ($company = $testimonial->company) {{ $testimonial->company }} @endif
@endforeach
@break @default
@foreach($testimonials as $testimonial)

{!! BaseHelper::clean($testimonial->content) !!}

@if ($image = $testimonial->image) {{ $testimonial->name }} @endif {{ $testimonial->name }} @if ($company = $testimonial->company) {{ $company }} @endif
@endforeach
@break @endswitch