@extends('frontend.layout.master') @section('content')
Logo View
Table View
@foreach ($currentRecommendationData as $key=>$currentData) @endforeach
No. Date Company Name Allocation Price as on
Recommended
Date
View
{{ ($currentRecommendationData->currentPage() - 1) * $currentRecommendationData->perPage() + $key + 1 }} @if($currentData->is_recent_update)
@endif
{{ $currentData->share_initial_date ? date("d-m-Y", strtotime($currentData->share_initial_date)) : '-' }} {{$currentData->company_name}} {{$currentData->allocation}} {{$currentData->price_recommended}}
{{ $currentRecommendationData->links('frontend.researchReports.customPagination') }}
@foreach ($currentRecommendationData as $key=>$currentData) @endforeach
@endsection