@extends('frontend.layout.master') @section('content')
logo
{!! json_decode($cmsData['page_content'], true)['topBlock'] !!}

Recent Updates

@foreach ($recentRecommendationData as $key=>$recentData) @endforeach
No. Date Company Name Remarks Recommendation View
{{ ($recentRecommendationData->currentPage() - 1) * $recentRecommendationData->perPage() + $key + 1 }} @if($recentData->is_recent_update)
@endif
{{ $recentData->report_date ? date("d-m-Y", strtotime($recentData->report_date)) : '-' }} {{$recentData->company_name}} {{ $recentData->remarks }} {{ $recentData->recent_recommendation }}
{{ $recentRecommendationData->links('frontend.researchReports.customPagination') }}
@endsection