mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-08 23:24:07 -06:00
4 lines
172 B
PHP
4 lines
172 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 |