6 lines
359 B
PHP
6 lines
359 B
PHP
<?php if($help): ?>
|
|
<span class="help-block">
|
|
<i class="fa <?php echo e(\Illuminate\Support\Arr::get($help, 'icon'), false); ?>"></i> <?php echo \Illuminate\Support\Arr::get($help, 'text'); ?>
|
|
|
|
</span>
|
|
<?php endif; ?><?php /**PATH /home/wwwroot/pingan/vendor/encore/laravel-admin/src/../resources/views/actions/form/help-block.blade.php ENDPATH**/ ?>
|