diff --git a/resources/views/report/abusive/comment.blade.php b/resources/views/report/abusive/comment.blade.php new file mode 100644 index 000000000..aa7c70678 --- /dev/null +++ b/resources/views/report/abusive/comment.blade.php @@ -0,0 +1,45 @@ +@extends('layouts.app') + +@section('content') + +
+
+
+
+ Report Abusive/Harmful Comment +
+
+
+
+
+ @csrf + + + +
+ +
+ +
+
+
+
+
+ +
+
+
+
+ +
+

+ Learn more + about our reporting guidelines and policy.

+
+
+
+
+
+
+ +@endsection \ No newline at end of file diff --git a/resources/views/report/abusive/post.blade.php b/resources/views/report/abusive/post.blade.php new file mode 100644 index 000000000..9957a3802 --- /dev/null +++ b/resources/views/report/abusive/post.blade.php @@ -0,0 +1,45 @@ +@extends('layouts.app') + +@section('content') + +
+
+
+
+ Report Abusive/Harmful Post +
+
+
+
+
+ @csrf + + + +
+ +
+ +
+
+
+
+
+ +
+
+
+
+ +
+

+ Learn more + about our reporting guidelines and policy.

+
+
+
+
+
+
+ +@endsection \ No newline at end of file diff --git a/resources/views/report/abusive/profile.blade.php b/resources/views/report/abusive/profile.blade.php new file mode 100644 index 000000000..6b9ca4991 --- /dev/null +++ b/resources/views/report/abusive/profile.blade.php @@ -0,0 +1,45 @@ +@extends('layouts.app') + +@section('content') + +
+
+
+
+ Report Abusive/Harmful Profile +
+
+
+
+
+ @csrf + + + +
+ +
+ +
+
+
+
+
+ +
+
+
+
+ +
+

+ Learn more + about our reporting guidelines and policy.

+
+
+
+
+
+
+ +@endsection \ No newline at end of file