@component('forum.modal-form') @slot('key', 'edit-category') @slot('title', trans('forum::general.edit')) @slot('route', Forum::route('category.update', $category)) @slot('method', 'PATCH')
accepts_threads ? 'checked' : '' }}>
is_private ? 'checked' : '' }} {{ $privateAncestor != null ? 'disabled' : '' }}>
@if ($privateAncestor != null) @endif @include ('forum.category.partials.inputs.color') @slot('actions') @endslot @endcomponent