@extends('layouts.admin') @section('title', 'Dashboard') @section('content')
{{$videos_count}}
{{$users_count}}
{{$comments_count}}
{{$reports_count}}
| Type | Content | First Report | Count | Actions | ||
|---|---|---|---|---|---|---|
|
{{$report->type}}
|
@if($report->type == 'Video')
{{Str::limit($report->reportable->title, 100), '...'}}
{{Str::limit($report->reportable->description, 200), '...'}}
{{$report->reportable->user->username}}
{{$report->reportable->username}}
@endif
|
{{$report->first_report_at->diffForHumans()}}
|
{{$report->reports_count}} Reports
|
|||
|
No matching reports for this period |
||||||