@if($productfaqs)
@php
$count = 0;
@endphp
@foreach($productfaqs as $faq)
@php
$count++;
@endphp
@endforeach
@endif
{{$faq->question}}
- {{$faq->views}}
- {{$faq->likes}}
Top Investments FAQs Viewed
-
@if(isset($mostviewed))
@foreach($mostviewed as $mostview)
- {{$mostview->question}} {{$mostview->views}} Views @endforeach @endif
Quick Links
-
@foreach($quicklinks as $quicklink)
- {{$quicklink->title}} @endforeach
}})