@foreach ($posts as $post)
featured_image_src ? 'class="has-image"' : '' !!}> @if ($post->featured_image_src) Post image @endif

{{ $post->title }}

{{ $post->excerpt }}

@endforeach