@extends('web.layouts.container') {{--@section('css')--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--@endsection--}} @section('content')
{{$whyUsCard1->title}}

{!! $whyUsCard1->description !!}

{{$whyUsCard2->title}}

{!! $whyUsCard2->description !!}

{{$whyUsCard3->title}}

{!! $whyUsCard3->description !!}

{{$numberPageTitle1}} {{$numberPageTitle2}}

{!! $numbersPage->description !!}

{{$settings['special_num_1_value']}} +

{{$settings['special_num_1_title_'.$lang]}}

{{$settings['special_num_2_value']}} +

{{$settings['special_num_2_title_'.$lang]}}

{{$settings['special_num_3_value']}} +

{{$settings['special_num_3_title_'.$lang]}}

{{$settings['special_num_4_value']}} +

{{$settings['special_num_4_title_'.$lang]}}
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- {{$servicePageTitle1}}
{{$servicePageTitle2}}--}} {{--

--}} {{--

{!! $servicePage->description !!}

--}} {{--
--}} {{--
--}} {{-- @if($services[0] ?? null)--}} {{--
--}} {{--
--}} {{-- --}} {{--
{{wordLimit($services[0]['name'], 17)}}
--}} {{--

{{wordLimit(stripText($services[0]['description']), 8)}}

--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @if($services[1] ?? null)--}} {{--
--}} {{--
--}} {{-- --}} {{--
{{wordLimit($services[1]['name'], 17)}}
--}} {{--

{{wordLimit(stripText($services[1]['description']), 8)}}

--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- @if($services[2] ?? null)--}} {{--
--}} {{--
--}} {{-- --}} {{--
{{wordLimit($services[2]['name'], 17)}}
--}} {{--

{{wordLimit(stripText($services[2]['description']), 8)}}

--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @if($services[3] ?? null)--}} {{--
--}} {{--
--}} {{-- --}} {{--
{{wordLimit($services[3]['name'], 17)}}
--}} {{--

{{wordLimit(stripText($services[3]['description']), 8)}}

--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @if($services[4] ?? null)--}} {{--
--}} {{--
--}} {{-- --}} {{--
{{wordLimit($services[4]['name'], 17)}}
--}} {{--

{{wordLimit(stripText($services[4]['description']), 8)}}

--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- @if($services[5] ?? null)--}} {{--
--}} {{--
--}} {{-- --}} {{--
{{wordLimit($services[5]['name'], 17)}}
--}} {{--

{{wordLimit(stripText($services[5]['description']), 8)}}

--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @if($services[6] ?? null)--}} {{--
--}} {{--
--}} {{-- --}} {{--
{{wordLimit($services[6]['name'], 17)}}
--}} {{--

{{wordLimit(stripText($services[6]['description']), 8)}}

--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @if($services[7] ?? null)--}} {{--
--}} {{--
--}} {{-- --}} {{--
{{wordLimit($services[7]['name'], 17)}}
--}} {{--

{{wordLimit(stripText($services[7]['description']), 8)}}

--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}}

{{$insurancePartnerTitle1}} {{$insurancePartnerTitle2}}

{!! $insurancePartnerPage->description !!}

@if(count($insurancePartners)) @foreach($insurancePartners as $insurancePartner) @endforeach @endif

{{$doctorPageTitle1}} {{$doctorPageTitle2}}

{!! $doctorPage->description !!}

@if(count($doctors)) @foreach($doctors as $doctor)

{{$doctor->name}}

{{$doctor->specialist}}
    {!! $doctor->details !!}
@if($doctor->okadoc_url) {{__('main.make_appointment')}} @endif
@endforeach @endif

{{$newsPageTitle1}}
{{$newsPageTitle2}}

{!! $newsPage->description !!}

@if(count($articles)) @foreach($articles as $article)

{{wordLimit($article->title, 8)}}

{{date('d M Y', strtotime($article->created_at))}}

{{wordLimit(stripText($article->description), 17)}}

{{__('main.read_more')}}
@endforeach @endif

{{$conferencePageTitle1}}
{{$conferencePageTitle2}}

{!! $conferencePage->description !!}

@if(count($conferences)) @foreach($conferences as $conference)

{{date('d M Y', strtotime($conference->start_date))}}

{{$conference->title}}

{{wordLimit(stripText($conference->description), 10)}}

{{__('main.read_more')}}
@endforeach @endif
{{--

--}} {{-- {{$aboutUsTitle1}}
{{$aboutUsTitle2}}--}} {{--

--}} {{--
--}} {{-- {!! wordLimit($aboutUsPage->description, 21) !!}--}} {{--
--}}
{{__('workHours.appointment')}}
@foreach($workHours[0] as $workHour)
{{__('workHours.'.$workHour['week_day'])}} : @if($workHour['status'] == 'open')