jingcai-php/vendor/dcat/laravel-admin/resources/views/form/help-block.blade.php

5 lines
181 B
PHP
Executable File

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