--}}
{{--@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--}}
{{--