@if(($question->question_content || $question->support_file->count() > 0))

@php echo nl2br($question->question_content); @endphp

@foreach($question->support_file as $question_file) @if(!empty($question_file->file_path) && Storage::disk('question')->has($question->id.'/'.$question_file->file_path))

{{-- @if($question_file->isImage()) @endif --}} @if($question_file->isImage()) @endif {{ Str::limit($question_file->file_name, 12, '...') }} {{-- $question_file->id]) }}">--}} {{-- --}}

@endif @endforeach
@endif @if(($question->reply || $question->site_file->count() > 0))
@endif