관리-도구
편집 파일: 2fe2de982bd1792841f93d5d4b3f5fa7.php
<div class="card flex-center flex-col h-[300px]"> <h2 class="card-title text-center !normal-case"> <?php echo e(translate($title ?? 'Empty Title')); ?> </h2> <?php if(!empty($action)): ?> <a href="<?php echo e($action ?? '#'); ?>" class="btn b-solid btn-primary-solid !text-base !leading-none mt-5"> <?php echo e(translate($btnText) ?? 'Button text'); ?> </a> <?php endif; ?> </div><?php /**PATH D:\www\edulab\Modules\LMS\resources\views\portals\components\admin\empty-card.blade.php ENDPATH**/ ?>