You've already forked lubo_comment_query
							
							公用表单错误,@disabled、@checked相关删除(无此功能)
This commit is contained in:
		| @@ -17,11 +17,7 @@ | ||||
|         BVID | ||||
|         <input class="form-input border-0 border-b-2 w-full" type="text" name="bvid" required value="{{ old('bvid') }}"> | ||||
|     </label> | ||||
|     @if($errors->any()) | ||||
|         @foreach ($errors->all() as $error) | ||||
|             <div class="bg-red-600 text-white">错误:{{ $error }}</div> | ||||
|         @endforeach | ||||
|     @endif | ||||
|     @include("common.form_error") | ||||
|     @isset($message) | ||||
|         <div class="bg-red-600 text-white">提示:{{ $message }}</div> | ||||
|     @endisset | ||||
|   | ||||
		Reference in New Issue
	
	Block a user