Reports

@forelse ($torrent->reports as $report) @empty @endforelse
{{ __('common.title') }} Reported {{ __('common.reporter') }} {{ __('common.created_at') }} {{ __('common.staff') }} {{ __('forum.solved') }}
{{ $report->title }} @if ($report->staff_id !== null) @else Unassigned @endif @if ($report->solved) {{ __('common.yes') }} @else {{ __('common.no') }} @endif
No reports