|
{{ $answer->question->title }} [QID:{{ $answer->question_id }}]
{!! $answer->content !!}
|
{{ $answer->user->name }} [UID:{{ $answer->user_id }}] |
{{ $answer->supports }} |
{{ timestamp_format($answer->created_at) }} |
{{-- {{ trans_common_status($answer->status) }} | --}}
|
@endforeach