diff --git a/resources/views/report/form.blade.php b/resources/views/report/form.blade.php index ec7320aad..9718b53a0 100644 --- a/resources/views/report/form.blade.php +++ b/resources/views/report/form.blade.php @@ -5,41 +5,90 @@
-
-
-

This feature is not yet ready for production. Please try again later.

-
-
- -
-
+
+
Report
-
-

Please select one of the following options.

+
+

Please select one of the following options.

+ @switch(request()->query('type')) + + @case('comment') + + @break + @case('post') + + + @break + @case('user') + + + + @break + @endswitch