diff --git a/resources/views/settings/privacy/muted.blade.php b/resources/views/settings/privacy/muted.blade.php new file mode 100644 index 000000000..1457cf425 --- /dev/null +++ b/resources/views/settings/privacy/muted.blade.php @@ -0,0 +1,39 @@ +@extends('settings.template') + +@section('section') + +
+

Muted Users

+
+
+
+

+ Muted Users + Blocked Users +

+
+ @if($users->count() > 0) + +
+ {{$users->links()}} +
+ @else +

You are not muting any accounts.

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