You've already forked lubo_comment_query
公用表单错误,@disabled、@checked相关删除(无此功能)
This commit is contained in:
5
resources/views/common/form_error.blade.php
Normal file
5
resources/views/common/form_error.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
@if($errors->any())
|
||||
@foreach ($errors->all() as $error)
|
||||
<div class="bg-red-600 text-white">错误:{{ $error }}</div>
|
||||
@endforeach
|
||||
@endif
|
Reference in New Issue
Block a user