@lang('What our Customers say')

@foreach ($testimonials as $key => $testimonial)
@if($testimonial->photo) @php $image_url = \App\Helpers\Helper::check_image_avatar($testimonial->photo->name, 150); @endphp {{$testimonial->author ? $testimonial->author : __('Testimonial')}} @endif

{{ $testimonial->review }}

{{ $testimonial->author }}{{ $testimonial->designation ? ', ' . $testimonial->designation : '' }}

@endforeach