Popular Reports
{{-- Sub row inside panel --}} @foreach($reportcats as $reportcat)

{{$reportcat->ReportCategoryName}}

{{$reportcat->ReportCategoryDescription}}
    @foreach($reports as $report) @if($report->ReportCategoryID == $reportcat->ReportCategoryID)
  • {{$report->ReportName}}
  • @endif @endforeach
@endforeach {{--End sub row inside panel --}}