{{ __('auto.举报列表') }}
| {{ __('auto.序号') }} |
{{ __('auto.举报时间') }} |
{{ __('auto.举报人') }}/ID |
{{ __('auto.被举报人') }}/ID |
{{ __('auto.举报位置') }} |
{{ __('auto.举报内容') }} |
{{ __('auto.处理人') }} |
{{ __('auto.处理时间') }} |
{{ __('auto.状态') }} |
{{ __('auto.操作') }} |
@foreach($list as $k=>$v)
| {{ $v->id }} |
{{ $v->time }} |
{{ $v->plaintiff_name }} / {{ $v->plaintiff_uid }} |
{{ $v->defendant_name }} / {{ $v->defendant_uid }} |
{{ $v->ServerName }} |
{{ $v->content }} |
{{ $v->executant_name }} |
{{ $v->update_time }} |
{{ $v->status ?'{{ __('auto.已处理') }}':'{{ __('auto.未处理') }}' }} |
@if($v->status == 0)
@else
@endif
|
@endforeach
@if($sort == 1)
@else
@endif