@extends('web.layouts.front') @section('title') {{ __('messages.about_us') }} @endsection @section('page_css') {{-- --}} @endsection @section('content')

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

Infy Care {{-- Infy Care --}}

{{ $totalbeds }}

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

{{ $totalDoctorNurses }}

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

{{ $totalPatient }}

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

{{ getFrontSettingValue(\App\Models\FrontSetting::HOME_PAGE, 'home_page_experience') }}

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

{{ \Illuminate\Support\Str::limit($frontSetting['about_us_title'], 50) }}

{!! \Illuminate\Support\Str::limit($frontSetting['about_us_description'], 615) !!}

{{ __('messages.web_home.book_appointment') }}
{{ __('messages.web_home.our_testimonials') }}

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

{!! \Illuminate\Support\Str::limit( getFrontSettingValue(\App\Models\FrontSetting::HOME_PAGE, 'home_page_certified_doctor_description'), 130, ) !!}

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

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

{{ $testimonial->description }}

@endforeach
@endsection