@extends('front.layouts.app') @section('content') {{ !empty($featuredPage) ? $featuredPage->title : '' }} @foreach($sortOptions as $key => $value) {{ $value }} @endforeach Apply @if(count($featuredreports) > 0) @foreach($featuredreports as $featured) {!! !empty($featured) ? $featured->description: '' !!} @endforeach @endif {{-- {{ $featuredreports->links() }} --}} @endsection