@include('Frontend.partials.includes.product-paginate-number')
{{-- analysis full content --}}
{{-- preloader --}}
{{-- analyss sample content --}}
@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
@include('Frontend.Products.Product.system_product_normal')
@endforeach
@endif
{{-- /analysis sample header --}}