@foreach($data as $key=>$item)
@if(isset($item->context_title))

{{ noWidow($item->context_title) }}

@endif @if(isset($item->title_link))@endif

{{ noWidow($item->title) }}

@if(isset($item->title_link))
@endif @if(isset($item->date))
Updated {{$item->date}}
@endif @if(isset($item->copy))

{!! $item->copy !!}

@endif
@if($item->button_link) @include('atoms.button_group', $links = [[ 'url' => $item->button_link, 'text' => 'Read more', 'color' => '-dark' ]]) @endif
@endforeach
{{--
--}} {{--
--}} {{--@foreach($data as $key=>$item)--}} {{--
--}} {{--@if($item->button_link)--}} {{--@include('atoms.button_group', $links = [[--}} {{--'url' => $item->button_link,--}} {{--'text' => 'Read more',--}} {{--'color' => '-dark'--}} {{--]])--}} {{--@endif--}} {{--
--}} {{--@endforeach--}} {{--
--}} {{--
--}}