mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-02 04:25:11 -07:00
4 lines
140 B
PHP
4 lines
140 B
PHP
@if(array_key_exists('helpText', $options) && '' !== $options['helpText'])
|
|
<p class="form-text">{!! $options['helpText'] !!}</p>
|
|
@endif
|