@extends('layouts.app') @section('content')
| Reporter | Type | Excerpt | ||||
|---|---|---|---|---|---|---|
| {{ '@' . $report->user->name }} | {{ $report->isPost() ? 'Post' : 'Topic' }} | @if ($report->contentExists())"{{ $report->isPost() ? ((strlen($report->getPostBody($report->content_id)) >= 25) ? str_limit($report->getPostBody($report->content_id), 24) . '…' : $report->getPostBody($report->content_id)) : $report->getTopicSlug() }}" | Link | @elseUnavailable | Unavailable | @endif
You may delete posts or topics that have an excerpt and link of 'Unavailable'.
@elseGood News! There is nothing to moderate.
@endifYou have the power!
Feel free to head over to the admin dashboard and remove any users that are abusing the system.
Contact an administrator if you feel that a user is abusing the reporting system:
@foreach ($admins as $admin) @endforeach @elseContact the entity that installed this applicationm, telling them that there are no administrative accounts.
@endif @endif