完成接案者登入功能
This commit is contained in:
10
resources/views/components/validationErrorMsg.blade.php
Normal file
10
resources/views/components/validationErrorMsg.blade.php
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
<div class=" alert alert-danger" role="alert">
|
||||
<ul>
|
||||
@if($errors AND count($errors))
|
||||
@foreach($errors->all() as $err)
|
||||
<li>{{$err}}</li>
|
||||
@endForeach
|
||||
@endif
|
||||
</ul>
|
||||
</div>
|
||||
Reference in New Issue
Block a user