1
0

提交代码

This commit is contained in:
2020-08-06 14:52:58 +08:00
parent 49762a4bf9
commit 388c3b92b6
142 changed files with 3945 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<div <?php echo $attributes; ?>>
<div class="inner">
<h3><?php echo e($info, false); ?></h3>
<p><?php echo e($name, false); ?></p>
</div>
<div class="icon">
<i class="fa fa-<?php echo e($icon, false); ?>"></i>
</div>
<a href="<?php echo e($link, false); ?>" class="small-box-footer">
<?php echo e(trans('admin.more'), false); ?>&nbsp;
<i class="fa fa-arrow-circle-right"></i>
</a>
</div><?php /**PATH /home/wwwroot/lkafu/vendor/encore/laravel-admin/src/../resources/views/widgets/info-box.blade.php ENDPATH**/ ?>