@if($testimonial->photo)
{{ htmlentities($testimonial->title) }}
@endif
@include('frontend.svg.icon-quote') @if (!@empty($testimonial->quote))

{!! strip_tags($testimonial->quote, '') !!}

@endif @if (!@empty($testimonial->content))

{!! strip_tags($testimonial->content, '') !!}

@endif

{{ $testimonial->title }} {{ $testimonial->role ? "$testimonial->role" : '' }}{{ $testimonial->company ? ", $testimonial->company" : '' }}