laravel-admin/resources/views/form/help-block.blade.php
2022-09-21 11:59:53 +08:00

5 lines
155 B
PHP

@if($help)
<span class="help-block">
<i class="fa {{ array_get($help, 'icon') }}"></i>&nbsp;{!! array_get($help, 'text') !!}
</span>
@endif