@php echo nl2br($question->reply); @endphp
@foreach($question->site_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]) }}">--}}
{{-- --}}
@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]) }}">--}}
{{-- --}}