@extends('Frontend.partials.layout') @php $cartData = getCartDataInstance(1); $user = $data['user']; @endphp @section('content') {{-- main section --}}
{{-- analysis header --}}

{{ ucfirst($data['subName']) }}

{{ ucfirst($data['proName']) }}

{{-- ********* Top Slide Panel ************ --}} @include('Frontend.partials.includes.layout-top')
{{-- /analysis header --}} {{-- analhsis body --}}
{{-- pagination --}} @include('Frontend.partials.includes.product-paginate-number')
{{-- card charka header --}} @if($user->useroption->ran_ana == 1)
Musteranalyse / Momentanalyse
@endif {{-- *********** Chakra Body ************ --}}
energetisch
{{-- *********** Chakra Content List-item ************ --}}
    @foreach($analyses as $key => $print) @php if($bodyimages) $bodyimg = array_search($print['anaid'],$bodyimages,true); else $bodyimg = ""; if($mentalimages) $mentalimg = array_search($print['anaid'],$mentalimages,true); else $mentalimg = ""; @endphp @if($key%2 == 0)
  • {{ $print['anaName'] }}

    @if(!empty($print['desc']) || !empty($print['bodyDesc']) || !empty($print['mentalDesc']) || !empty($bodyimg) || !empty($mentalimg) || !empty($print['desc_img'])) @endif
    @if(!empty($print['title']))

    {!! $print['title'] !!}


    @endif @if(!empty($print['desc']))
    {{__('action.main_desc')}}

    {!! $print['desc'] !!}

    @endif @if($print['desc_img']) @endif
    @if(!empty($print['bodyDesc']) || !empty($bodyimg))
    {{__('action.body')}}
    @endif @if(!empty($print['bodyDesc']))

    {!! $print['bodyDesc'] !!}

    @endif @if($bodyimg) @endif
    @if(!empty($print['mentalDesc']) || !empty($mentalimg))
    {{__('action.mental')}}
    @endif @if(!empty($print['mentalDesc']))

    {!! $print['mentalDesc'] !!}

    @endif @if($mentalimg) @endif
    @if($print['anaVal'] < $print['beergod']) @endif @if($print['anaVal'] == $print['beergod']) @endif @if($print['anaVal'] > $print['beergod']) @endif
    @php $result = 0; foreach ($cartData as $_cart) if($_cart->options->analysisID == $print['anaid'] && $_cart->options->type == 'Analysis') $result = true; @endphp @if ($result == true)
    @else
    @endif
    {{ $print['anaVal'] }}%
  • @elseif($key%2 == 1)
  • {{ $print['anaName'] }}

    @if(!empty($print['desc']) || !empty($print['bodyDesc']) || !empty($print['mentalDesc']) || !empty($bodyimg) || !empty($mentalimg) || !empty($print['desc_img'])) @endif
    @if(!empty($print['title']))

    {!! $print['title'] !!}


    @endif @if(!empty($print['desc']))
    {{__('action.main_desc')}}

    {!! $print['desc'] !!}

    @endif @if($print['desc_img']) @endif
    @if(!empty($print['bodyDesc']) || !empty($bodyimg))
    {{__('action.body')}}
    @endif @if(!empty($print['bodyDesc']))

    {!! $print['bodyDesc'] !!}

    @endif @if($bodyimg) @endif
    @if(!empty($print['mentalDesc']) || !empty($mentalimg))
    {{__('action.mental')}}
    @endif @if(!empty($print['mentalDesc']))

    {!! $print['mentalDesc'] !!}

    @endif @if($mentalimg) @endif
    @if($print['anaVal'] < $print['beergod']) @endif @if($print['anaVal'] == $print['beergod']) @endif @if($print['anaVal'] > $print['beergod']) @endif
@php $result = 0; foreach ($cartData as $_cart) if($_cart->options->analysisID == $print['anaid'] && $_cart->name == 'Analysis') $result = true; @endphp @if ($result == true)
@else
@endif
{{ $print['anaVal'] }}%
@endif @endforeach
{{-- /card --}} {{-- /analhsis body --}} {{-- ********* Right Slide Panel ************ --}} @include('Frontend.partials.includes.layout-right')
{{-- /main section --}} @endsection @section('scripts') @endsection