@php $news = getBlogs(); @endphp @if(count($news)) @foreach($news as $new) @isset($new['slug']) @endisset @endforeach @endif