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

The Bite:
{{ $post->bites }}
@if (in_array($post->impact_level, ['medium','high']))
Social Impact:
{{ $post->impact }}
@endif @if ($post->entities)
More about: @foreach( $post->all_keywords as $keyword) {{ $keyword }} @endforeach
@endif
Read more at: {{ get_domain_from_url($post->post_url) }}
@endforeach