@forelse($listresults as $question)
{{ Str::limit(strip_tags($question->question), 150) }}
{{ __('messages.no_questions_found') }}