@extends('web.layouts.front') @section('title') {{ __('messages.web_home.testimonials') }} @endsection @section('content')

{{ __('messages.web_home.testimonials') }}

Infy Care
{{ __('messages.web_home.our_testimonials') }}

{{ __('messages.web_home.what_our_patient_say_about_medical_treatments') }}

@foreach($testimonials as $testimonial)
testimonial image
quote

{{ \Illuminate\Support\Str::limit($testimonial->name, 46) }}

{{ $testimonial->description }}

@endforeach
@endsection