@extends('layouts.site') @section('headScript') @endsection @section('content')
@if ($errors->any())
@endif @if (session('status')) @endif

{{ config('app.locale') == "en" ? $data->name_e : $data->name_a }}

{{ $data->main_specialty }}

@for($x=1;$x<=$data->rating;$x++) @endfor @for($y=$x;$y<=5;$y++) @endfor
كل المواعيد ({{ (Auth::user()->timezone)?Auth::user()->timezone:'Africa/Cairo' }}) @lang('home.change')

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

{{trans('home.add-session')}}
@if(count($previousSessions)) @include('therapists.include.sessions_blocks',['sessionsBlocks'=>$previousSessions]) @else
@lang('home.There are no sessions')
@endif
@if(count($todaySessions)) @include('therapists.include.sessions_blocks',['sessionsBlocks'=>$todaySessions]) @else
@lang('home.There are no sessions')
@endif
@if(count($nextSessions)) @include('therapists.include.sessions_blocks',['sessionsBlocks'=>$nextSessions]) @else
@lang('home.There are no sessions')
@endif
@endsection @section('scriptSection') @endsection