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,5 @@
<div class="form-group">
<label><?php echo e($label, false); ?></label>
<input type="file" class="<?php echo e($class, false); ?>" name="<?php echo e($name, false); ?>" <?php echo $attributes; ?> />
</div>
<?php /**PATH /home/wwwroot/lkafu/vendor/encore/laravel-admin/src/../resources/views/actions/form/file.blade.php ENDPATH**/ ?>