@extends('Frontend.partials.layout') @section('styles') @endsection @section('content') @php $udetails = $data['userDetails']; $cartCnt = 0; $totaltime = 0; $bio = biorythVisibleDetails(); $creator_role = $data['creator_role']; $proids = getProducts(); $bgimage = getTreatBGImage($udetails); $allBGImage = ($allBGImage != null)?$allBGImage:getCustomeImage(); $status = $data['status']; @endphp
{{-- @if(empty($udetails->photo)) @elseif($udetails->user_type != 0) @elseif($udetails->user_type == 0) @endif --}}
@if(count($allBGImage) > 0)
@endif
{{-- playlist sidebar contents --}}
{{-- playlist sidebar toggle button --}}
{{__('action.currently_treatment')}} @if($data['pdf_export'] == 1)@endif
    @if(!empty($analyses)) {{-- @dd($analyses) --}} @foreach($analyses as $key => $ana) @php $getproid = $all_proids[$ana->id]; $body = $mental = $global = null; if($ana->type_status == 0) { $causes = array(); $causes['causes'] = ($causesop == 1) ? $all_causes[$ana->causes]->title : ''; $causes['medium'] = ($mediumop == 1) ? $all_causes[$ana->medium]->title : ''; $causes['tipp'] = ($tippop == 1) ? $all_causes[$ana->tipp]->title : ''; if($ana->type_status == 0) { if($ana->id){ $body = $bodyImages->firstWhere('analyse_id', $ana->id); $mental = $mentalImages->firstWhere('analyse_id', $ana->id); $global = $globalImages->firstWhere('id', $ana->id); } } } @endphp
  • {{ gmdate('i:s', $ana->time) }} {{ $ana->name }}

  • @if($ana->type_status == 0 && $causes['causes'] != null) @if ($causesop == 1) @php $cartCnt++; $totaltime += $ana->cau_price; @endphp
  • {{ gmdate('i:s', $ana->cau_price) }} {{ $causes['causes'] }}

  • @endif @if ($mediumop == 1 && $causes['medium'] != null) @php $cartCnt++; $totaltime += $ana->mid_price; @endphp
  • {{ gmdate('i:s', $ana->mid_price) }} {{ $causes['medium'] }}

  • @endif @if ($tippop == 1 && $causes['tipp'] != null) @php $cartCnt++; $totaltime += $ana->tipp_price; @endphp
  • {{ gmdate('i:s', $ana->tipp_price) }} {{ $causes['tipp'] }}

  • @endif @endif @php $cartCnt++; $totaltime += $ana->time; @endphp @endforeach @endif @if(count($causes_types) > 0) @foreach($causes_types as $key => $ana) @php if($ana->type_status == 1) $causeName = $ana->title; else if($ana->type_status == 2) $causeName = $ana->title; else if($ana->type_status == 3) $causeName = $ana->title; else if($ana->type_status == 4) $causeName = $ana->title; else if($ana->type_status == 5) $causeName = $ana->title; $ana->name = $causeName; $getproid = $proids[rand(0, count($proids) - 1)]; @endphp
  • {{ gmdate('i:s', $ana->time) }} {{ $ana->name }}

  • @php $cartCnt++; $totaltime += $ana->time; @endphp @endforeach @endif @if(count($topics) > 0) @foreach($topics as $key => $topic) @php $getproid = $proids[rand(0, count($proids) - 1)]; @endphp
  • {{ gmdate('i:s', $topic->time) }} {{ $topic->topic }}

  • @php $cartCnt++; $totaltime += $topic->time; @endphp @endforeach @endif
{{-- playlist sidebar backdrop--}}
{{-- playlist sidebar end--}} {{-- fullscreen button --}}
{{-- Modal --}} {{-- Optimized Modal content --}} {{-- Pdf Generate Modal --}}
@endsection @section('scripts') @endsection