@php
$cartData = getCartData();
@endphp
@if(!empty($analyses))
@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
{{-- single analysis product --}}
@include('Frontend.Products.Product.system_product_normal')
{{-- /single analysis product --}}
@endforeach
@endif