5 lines
155 B
PHP
5 lines
155 B
PHP
|
|
@if($help)
|
||
|
|
<span class="help-block">
|
||
|
|
<i class="fa {{ array_get($help, 'icon') }}"></i> {!! array_get($help, 'text') !!}
|
||
|
|
</span>
|
||
|
|
@endif
|