We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e795f2d commit 202f67dCopy full SHA for 202f67d
resources/views/users/profile.blade.php
@@ -238,8 +238,11 @@ class="w-full bg-center bg-gray-800 h-60 container mx-auto"
238
type="update"
239
>
240
<p>Banning this user will prevent them from logging in, posting threads and replying to threads.</p>
241
- <div class="mt-4">
+ <div class="mt-4 space-y-4">
242
<x-forms.inputs.textarea name="reason" placeholder="Provide a reason for banning this user..." required />
243
+ <x-forms.inputs.checkbox name="delete_threads" id="delete_threads">
244
+ Delete threads
245
+ </x-forms.inputs.checkbox>
246
</div>
247
</x-modal>
248
@endif
0 commit comments