@foreach ($rss_posts as $key => $post)

@if (!is_empty($post->bites))
The Bite:
{{ $post->bites }}
@endif @if (!is_empty($post->impact)) @if (in_array($post->impact_level, ['medium', 'high']))
Social Impact:
{{ $post->impact }}
@endif @endif @if ($post->entities)
More about: @foreach ($post->entities_keywords as $keyword) #{{ $keyword->value_lowercased }} @endforeach
@endif
Read the full article: {{ get_domain_from_url($post->post_url) }}
@endforeach