관리-도구
편집 파일: b79b10d9dfe1c97b5d91715ae3e3a44d.php
<?php $__env->startSection('content'); ?> <div class="installment-section"> <div class="installment-wrap"> <fieldset> <div class="alert alert-danger error-message"> </div> <form action="<?php echo e(route('license.verify')); ?>" method="POST" class="form"> <?php echo csrf_field(); ?> <div class="step-title mb-25"> <h3>Verify Licencse Code </h3> </div> <div class="enviroment-wrap"> <div class="form-input-area"> <div class="w-100"> <div class="form-inner"> <label> Email </label> <input type="text" name="email"> </div> <span class="text-danger error-text email_err"></span> </div> <div class="w-100"> <div class="form-inner"> <label> License Code </label> <input type="text" name="license_code"> </div> <span class="text-danger error-text license_code_err"></span> </div> </div> <div class="step-btn-group"> <button type="button" class="environment-btn next-btn">Verify</button> </div> </div> </form> </fieldset> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('lms::installer.layout', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH D:\www\edulab\Modules\LMS\resources\views\installer\license.blade.php ENDPATH**/ ?>