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