@extends('web.layouts.front') @section('title') {{ __('web.home') }} @endsection @section('content')
@if(!Auth::user()) @endif
doctor
{{ __('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) }}

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

@csrf

00

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

00

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

00

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

00

{{ __('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) !!}

image
image
{{ __('messages.web_home.our_services') }}

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

@foreach($frontServices as $frontService)
image

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

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

image
@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) }}

image
image

{{ \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') }}

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

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

@endsection