diff --git a/resources/views/settings/privacy/blocked.blade.php b/resources/views/settings/privacy/blocked.blade.php new file mode 100644 index 000000000..873ff5fa3 --- /dev/null +++ b/resources/views/settings/privacy/blocked.blade.php @@ -0,0 +1,39 @@ +@extends('settings.template') + +@section('section') + +
+ Muted Users + Blocked Users +
+You are not blocking any accounts.
+ @endif + +@endsection \ No newline at end of file