@extends('Frontend.partials.layout') @section('styles') @endsection @section('content') @php $bio = biorythVisibleDetails(); $proids = getProducts(); $udetails = (!empty($data)) ? $data['userDetails'] : getUserDetails(); $bio = biorythVisibleDetails(); $creator_role = $data['creator_role']; $totaltime = 0; $cartCnt1 = 1; $cartCnt2 = 0; $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
{{__('action.currently_treatment')}} /0
    @if(!empty($analyses)) @foreach($analyses as $key => $ana) @php $getproid = $all_proids[$ana->id]; 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 : ''; } @endphp
  • {{ gmdate('i:s', $ana->time) }} {{ $ana->name }}

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

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

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

  • @endif @endif @php $totaltime += $ana->time; $cartCnt1++; @endphp @endforeach @endif @if(count($causes_types)) @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 $totaltime += $ana->time; $cartCnt1++; @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
@endsection @section('scripts') @endsection