@if (isset($coverarticle) && count($coverarticle) > 0)

COVER STORY VIEW MORE

@foreach ($coverarticle as $cover)
{{ $cover['title'] }}

{!! \Illuminate\Support\Str::words($cover['summary'], 15, '....') !!}

{{ $value }}
@endforeach
@else
@if (isset($talkingpoint3) && count($talkingpoint3) > 0)

TALKING POINT VIEW MORE

@foreach ($talkingpoint3 as $tlkpoint)
{{ $tlkpoint->title }}

{!! \Illuminate\Support\Str::words($tlkpoint->summary, 10, '....') !!}

{{ $value }}
@endforeach
@endif
@endif