@can("edit comment_statuses")
edit_comment_type_id
@foreach (\App\Models\CommentType::all() as $commentType)
@endforeach
{{__("messages.Comment Status")}} {{$status->name}}
{{$status->id}}
@endcan
@can("delete comment_statuses")
{{__("messages.Comment Status")}} {{$status->name}}
{{$status->id}}
@endcan