mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-07 06:33:57 -06:00
5 lines
173 B
PHP
5 lines
173 B
PHP
@if($errors->has($name))
|
|
<span class="form-control-feedback"><i class="fa fa-fw fa-remove"></i></span>
|
|
<p class="text-danger">{{{$errors->first($name)}}}</p>
|
|
@endif
|