1
0
Files
GongShangLian/storage/framework/views/bbc653b23cce46e7166d9c12a430f93a4f7ba8b7.php
2020-08-06 15:36:28 +08:00

14 lines
764 B
PHP

<div class="<?php echo e($viewClass['form-group'], false); ?>">
<label class="<?php echo e($viewClass['label'], false); ?> control-label"><?php echo e($label, false); ?></label>
<div class="<?php echo e($viewClass['field'], false); ?>">
<div class="box box-solid box-default no-margin">
<!-- /.box-header -->
<div class="box-body">
<?php echo $value; ?>&nbsp;
</div><!-- /.box-body -->
</div>
<?php echo $__env->make('admin::form.help-block', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
</div><?php /**PATH /home/wwwroot/GongShangLian/vendor/encore/laravel-admin/src/../resources/views/form/display.blade.php ENDPATH**/ ?>