{{ \Illuminate\Support\Str::limit($frontService->name, 16) }}
{{ \Illuminate\Support\Str::limit($frontService->short_description, 123) }}
@extends('web.layouts.front') @section('title') {{ __('web.home') }} @endsection @section('content')
{{ \Illuminate\Support\Str::limit($frontSetting['home_page_step_1_description'], 114) }}
{{ \Illuminate\Support\Str::limit($frontSetting['home_page_step_2_description'], 114) }}
{{ \Illuminate\Support\Str::limit($frontSetting['home_page_step_3_description'], 114) }}
{{ \Illuminate\Support\Str::limit($frontSetting['home_page_step_4_description'], 114) }}
{{ __('messages.web_home.patients_beds') }}
{{ __('messages.web_home.doctors_nurses') }}
{{ __('messages.web_home.happy_patients') }}
{{ __('messages.web_home.years_experience') }}
{!! \Illuminate\Support\Str::limit(getFrontSettingValue(\App\Models\FrontSetting::ABOUT_US, 'about_us_description'), 615) !!}
{{ \Illuminate\Support\Str::limit($frontService->short_description, 123) }}
{{ \Illuminate\Support\Str::limit($frontSetting['home_page_certified_doctor_description'], 326) }}
{{ \Illuminate\Support\Str::limit($frontSetting['home_page_certified_box_description'], 44) }}