@forelse ($posts as $post) @php $existVote = @$post->votes?->where('user_id', auth()->id())->first(); $individual = @$post ->comments() ->where('post_id', $post->id) ->latest() ->first(); @endphp

{{ __(@$post->title) }}

{!! substr(strip_tags($post->content), 0, 190) !!}

@if (in_array($post->id, $answeredQuestionIds))

admin provided you with general response please click here to review it

@endif
@empty

no data found

@endforelse