@extends('web.layouts.front') @section('title') {{ __('web.home') }} @endsection @section('content') @php $user = getUser(); @endphp
{{ \Illuminate\Support\Str::limit($frontSetting['home_page_description'], 170) }}
@if(!Auth::user()) {{ __('messages.web_home.sign_up') }} @endif{{ \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) }}
{{ \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) }}
{{ __('messages.web_home.book_appointment') }}{{ \Illuminate\Support\Str::limit($frontSetting['home_page_certified_box_description'], 44) }}