@extends('Frontend.partials.layout') @section('styles') @endsection @section('content') @php $cartProduct = !empty($cartRecords) ? $cartRecords : getCartdata(); $cartCnt = 0; $bio = biorythVisibleDetails(); $udetails = ($data['userDetails'] != null)?$data['userDetails']:getUserDetails(); $bgimage = getTreatBGImage($udetails); $totaltime = 0; $allBGImage = ($allBGImage != null)?$allBGImage:getCustomeImage(); $auth = Auth::user(); @endphp {{-- treat section --}}
{{-- treat page preloader --}}
{{-- treat middle section --}}
{{-- treat middle section container --}}
{{-- gif, timer and audio player container --}}
{{-- gif image --}}
{{-- center countdown overlay --}}
{{-- center countdown container--}}
{{-- center countdown --}} 00:00:00 {{-- audio player --}}
{{-- treat analysis name --}}

@if(count($allBGImage) > 0)
@endif
{{-- playlist sidebar contents --}}
{{-- playlist sidebar toggle button --}}
{{-- playlist heading --}}
 {{__('action.currently_treatment')}} {{-- treat playlist total time countdown --}} {{-- 00:00:00 --}} 00:00:00
{{-- treat playlist items --}}
    @forelse ($cartProduct as $cart) @continue($cart->options->optimized == true || $cart->options->price == 0) @php $cartCnt++; $totaltime += $cart->options->price; $types = [ 'Analysis'=>$cart->options->analysisID, 'Causes'=>$cart->options->causes_id, 'Medium'=>$cart->options->medium_id, 'Tipp'=>$cart->options->tipp_id, 'Fokus'=>$cart->options->causes_id, 'Einfluss'=>$cart->options->causes_id, 'Topic'=>$cartCnt."T" ]; @endphp
  • {{ gmdate('i:s', $cart->options->price) }} {{ $cart->options->analysisName }}

  • @empty
  • 00:00 {{ trans('action.no_data_found') }}

  • @endforelse
{{-- treat sound control buttons container --}}
@livewire('treatment.session-id')
{{-- treat sound control button --}} @if($udetails->userOption->sound) @else @endif {{-- treat sound control button --}}
{{-- playlist sidebar backdrop--}}
{{-- playlist sidebar end--}} {{-- fullscreen button --}}
{{-- Optimized Modal content --}} {{-- Pdf Generate Modal --}} {{--START treatment tutorial view modal--}} {{--END treatment tutorial view modal--}}
{{-- treat section /--}} @endsection @section('scripts') {{-- --}} {{-- @include('JSBlade.TreatmentJS') --}} @endsection