관리-도구
편집 파일: e8c1c6b1df58fe7dacfb3a8bbfc3af24e41d3c56.php
<div class="card"> <div class="card-header"> <span class="panel-title"><?php echo e(_lang('Media List')); ?></span> <button class="btn btn-primary btn-xs float-right ajax-modal-2" data-title="<?php echo e(_lang('Upload Media')); ?>" data-href="<?php echo e(route('media.create')); ?>"><?php echo e(_lang('Upload New')); ?></button> </div> <div class="card-body"> <table id="media_table" data-type="ajax" data-multiple="<?php echo e(isset($_GET['multiple']) ? 'true' : 'false'); ?>" class="table table-bordered"> <thead> <tr> <th><?php echo e(_lang('File')); ?></th> <th><?php echo e(_lang('Filename')); ?></th> <th><?php echo e(_lang('File Type')); ?></th> <th><?php echo e(_lang('File Size')); ?></th> <th class="text-center"><?php echo e(_lang('Select')); ?></th> </tr> </thead> <tbody> </tbody> </table> </div> </div> <script src="<?php echo e(asset('public/backend/assets/js/media.js')); ?>"></script> <?php /**PATH /home/customamgdigital/saintsaccessories.custom.amgdigitalagency.com/resources/views/backend/media/modal/list.blade.php ENDPATH**/ ?>