@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
{{ __('messages.web_home.professional_doctors') }}

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

@foreach($doctors as $index => $doctor)
Doctor

{{ \Illuminate\Support\Str::limit($doctor->doctorUser->full_name, 23) }}

({{ \Illuminate\Support\Str::limit($doctor->doctorUser->qualification, 25) }})

{{ \Illuminate\Support\Str::limit($doctor->specialist, 15) }} {{ __('messages.doctor.specialist') }}
{{ $doctor->patients_count }}{{ $doctor->patients_count > 0 ? '+' : ''}} {{ __('messages.web_home.patients') }}
@endforeach
@endsection