관리-도구
편집 파일: 94417a82f4ce669caa3e50b2da60ff22deac4a76.php
<?php $__env->startSection('content'); ?> <div class="row"> <div class="col-lg-12"> <div class="card no-export"> <div class="card-header d-flex align-items-center"> <span class="panel-title"><?php echo e(_lang('Media List')); ?></span> <button class="btn btn-primary btn-xs ml-auto ajax-modal" 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="" 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('Action')); ?></th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('js-script'); ?> <script src="<?php echo e(asset('public/backend/assets/js/media.js')); ?>"></script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/customamgdigital/saintsaccessories.custom.amgdigitalagency.com/resources/views/backend/media/list.blade.php ENDPATH**/ ?>