mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-02 20:44:05 -07:00
6 lines
102 B
PHP
6 lines
102 B
PHP
@if($errors->has($name))
|
|
<div class="invalid-feedback">
|
|
{{ $errors->first($name) }}
|
|
</div>
|
|
@endif
|