@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 }}


{{--
@lang('home.allTimes') ({{ (Auth::user()->timezone)?Auth::user()->timezone:'Africa/Cairo' }}) @lang('home.change')
--}}

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

@lang('home.Today')
{{ date('d , F , Y') }}
{{--{{ date('Y-m-d h:i:s a') }}--}} @lang('home.allTimes') ({{ (Auth::user()->timezone)?Auth::user()->timezone:'Africa/Cairo' }}) @lang('home.change')
@lang('home.Add New Time Slot')

@lang('home.All Time slots')

@include('therapists.include.all_time_slots')
{{-- {{trans('home.add-session')}} --}}
{{--

جلسة

الجلسات القادمة الجلسات السابقة
تم الدفع وجاهزة
23:59:53
Mammmarnabil
2021-05-03
٦٠ دقيقة
من:
الى:
9:00 PM
10:00 PM
--}}
{{--
@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
--}}

{{--
--}}
{{-- @include('therapists.include.session_filter_blocks')--}}
{{--
--}}
{{--@include('therapists.include.session_table_body')--}}
اسم العميل تاريخ الجلسة المدة الحالة اجراء
{{--
--}}
{{--@include('therapists.include.session_table_body')--}}
اسم العميل تاريخ الجلسة المدة الحالة اجراء
{{--@include('therapists.include.session_table_body')--}}
اسم العميل تاريخ الجلسة المدة الحالة اجراء
@endsection @section('scriptSection') @endsection