@foreach ($results as $key => $item)
@if($rightContent)

{{ $item['name'] }}

@if($allowInfo && !empty($item['description']) || !empty($item['desc_img']) || !empty($item['bodyDesc']) || !empty($item['mentalDesc'])) @endif
@if($allowInfo && !empty($item['description']) || !empty($item['desc_img']) || !empty($item['bodyDesc']) || !empty($item['mentalDesc'])) @endif
{{ $item['val'] }}%
@else

{{ $item['name'] }}

@if($allowInfo && !empty($item['description']) || !empty($item['desc_img']) || !empty($item['bodyDesc']) || !empty($item['mentalDesc'])) @endif
{{ $item['val'] }}%
@endif
@if($allowInfo)
@if(!empty($item['description']))
{{__('action.main_desc')}}

{!! $item['description'] !!}

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

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

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

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

@endif
@endif @endforeach
@if($allowInfo) @endif