관리-도구
편집 파일: 6d41a1ce4fed182f3eb709615a1d287f.php
<div class="bg-white border border-border rounded-xl h-[300px] shadow-md mt-5"> <div class="flex-center flex-col gap-4 p-6 text-center max-w-screen-sm mx-auto h-full"> <?php if($title ?? ''): ?> <h2 class="area-title"> <?php echo e(translate($title)); ?></h2> <?php endif; ?> <?php if(isset($description)): ?> <p class="area-description"><?php echo e(translate($description)); ?></p> <?php endif; ?> <?php if(isset($btn) && $btn == true): ?> <a href="<?php echo e($btnAction ?? route('home.index')); ?>" class="btn b-solid btn-info-solid" aria-label="Go to home"> <?php echo e(translate($btntext ?? 'Home')); ?></a> <?php endif; ?> </div> </div> <?php /**PATH D:\www\edulab\Modules\LMS\resources\views\components\cards\empty.blade.php ENDPATH**/ ?>