diff --git a/resources/views/admin/reports/home.blade.php b/resources/views/admin/reports/home.blade.php index bb0c3acbd..3a48393aa 100644 --- a/resources/views/admin/reports/home.blade.php +++ b/resources/views/admin/reports/home.blade.php @@ -17,9 +17,39 @@
+
+
+ + + 0 + + items selected + + + + + Apply + + +
+
+ - + + @@ -31,11 +61,18 @@ @foreach($reports as $report) - + @@ -54,9 +91,80 @@ @endsection +@push('styles') + +@endpush + @push('scripts')
+
+
+ + +
+
+
# Reporter Type
+ +
+ + +
+
{{$report->id}} - + + {{$report->reporter->username}} {{$report->type}} {{str_limit($report->reported()->url(), 25)}}