@extends('web.layouts.front') @section('title') {{ __('web.home') }} @endsection @section('content') @php $user = getUser(); @endphp
{{ $frontSetting['home_page_experience'] }} {{ __('messages.web_home.years_experience') }}

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

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

@if(!Auth::user()) {{ __('messages.web_home.sign_up') }} @endif
Infy Care
@csrf

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

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

{{ __('messages.web_home.4_easy_step_and_get_the_world_best_treatment') }}

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

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

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

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

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

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

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

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

{{ $totalbeds }}

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

{{ $totalDoctorNurses }}

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

{{ $totalPatient }}

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

{{ $frontSetting['home_page_experience'] }}

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

{{ \Illuminate\Support\Str::limit(getFrontSettingValue(\App\Models\FrontSetting::ABOUT_US, 'about_us_title'), 31) }}

{{ \Illuminate\Support\Str::limit(getFrontSettingValue(\App\Models\FrontSetting::ABOUT_US, 'about_us_description'), 615) }}

@csrf
{{ __('messages.web_home.our_services') }}

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

@foreach($frontServices as $frontService)
Cardiology

{{ \Illuminate\Support\Str::limit($frontService->name, 16) }}

{{ \Illuminate\Support\Str::limit($frontService->short_description, 123) }}

@endforeach
{{ \Illuminate\Support\Str::limit($frontSetting['home_page_certified_doctor_text'], 64) }}

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

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

{{ __('messages.web_home.book_appointment') }}
Certifired Doctor

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

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

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

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

@foreach($doctorAppointments as $doctor)
Doctor
{{ \Illuminate\Support\Str::limit($doctor->user->full_name, 23) }}

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

@endforeach
{{ __('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