@extends('layouts.site') @section('content') {{--
{{$slider_item->title}}
--}} {{--
--}}
@if(!Auth::check()||(Auth::check()&&Auth::user()->type!='therapists'))

{{ trans('home.blockhow')}}

{{ trans('home.blockhowdesc')}}

{{trans('home.tabs4')}}

{{trans('home.tabs3desc')}}

{{trans('home.tabs2desc')}}

{{trans('home.fast_reserve')}}

@if($therapists_slider->count() > 0) @else

{{trans('home.There are no sessions')}} {{trans('home.today')}}

@endif
@endif

{{trans('home.services')}}

{{trans('home.service_intro')}}

@lang('home.Benefits')

  • @lang('home.st1')

    @lang('home.s1')

  • @lang('home.st2')

    @lang('home.s2')

  • @lang('home.st3')

    @lang('home.s3')

  • @lang('home.st4')

    @lang('home.s4')

  • @lang('home.st5')

    @lang('home.s5')

  • @lang('home.st6')

    @lang('home.s6')

  • @lang('home.st7')

    @lang('home.s7')

  • @lang('home.st8')

    @lang('home.s8')

  • @lang('home.st9')

    @lang('home.s9')

  • @lang('home.st10')

    @lang('home.s10')

{{trans('home.blog')}}

{{trans('home.blogdesc')}}

@include('include.blog_blocks',['items'=>$blog])
@if($evaluation_slider->count() > 0)

{{trans('home.Evaluation')}}

{{config('app.locale') == "en" ? "Some Evaluation Clients" : " بعض تقييمات العملاء "}}

@endif @endsection @section('scriptSection') @endsection