|
@if(str_contains($report->source_type,'Answer')) 回答 @elseif(str_contains($report->source_type,'Question'))问题 @elseif(str_contains($report->source_type,'Article'))文章 @endif
|
@if(str_contains($report->source_type,'Answer'))
{{ str_limit($report->subject,40) }}
@elseif(str_contains($report->source_type,'Question'))
{{ str_limit($report->subject,40) }}
@elseif(str_contains($report->source_type,'Article'))
{{ str_limit($report->subject,40) }}
@endif
|
{{ trans_report_type($report->report_type) }} @if($report->reason):{{ str_limit($report->reason,120) }} @endif
|
{{ $report->user->name }} [UID:{{ $report->user_id }}] |
{{ trans_report_status($report->status) }} |
{{ timestamp_format($report->created_at) }} {{ $report->status }} |
@endforeach