2017-12-30 06:56:46 +08:00
|
|
|
@if($errors->has($field))
|
2018-03-13 06:58:12 +08:00
|
|
|
<p class="text-danger" style="margin-top: 10px;">{{ $errors->first($field) }}</p>
|
2017-12-30 06:56:46 +08:00
|
|
|
{{--<div class="alert alert-danger" role="alert" style="margin-top: 10px;">
|
2018-03-13 06:58:12 +08:00
|
|
|
{{ $errors->first($field) }}
|
2017-12-30 06:56:46 +08:00
|
|
|
</div>--}}
|
|
|
|
@endif
|