@extends('layouts.frontend') @section('content')

Top Investments FAQs Viewed

    @if(isset($mostviewed)) @foreach($mostviewed as $mostview)
  • {{$mostview->question}} {{$mostview->views}} Views
  • @endforeach @endif

Quick Links

@endsection