-
@if(isset($categories))
@foreach($categories as $category)
-
{{$category->name}}:
Total FAQs ({{count($category->businessfaq)}})
@endforeach
@endif
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
}})