@extends('layouts.site') @section('headScript') @endsection @section('content')
@if (session('status')) @endif
@include('therapists.include.allSessions',['AllSessions'=>$AllSessions])
@lang('home.Reserved') @lang('home.Not reserved')
@endsection @section('scriptSection') @endsection