@if(!empty($data['news'])) @foreach($data['news'] as $key=>$item)

{{$item['title']}}

{!! $item['description'] !!}

@endforeach @endif