관리-도구
편집 파일: 73ad01f450a01d0b5e1aefacff95bd4c.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 /home/inprosysltd/public_html/edulab.inprosysltd.com/Modules/LMS/resources/views/components//cards/empty.blade.php ENDPATH**/ ?>