관리-도구
편집 파일: cca31d7eb661addeea98e85abb86c37f.php
<section class="instructor__area-two"> <div class="container"> <div class="instructor__item-wrap-two"> <div class="row"> <div class="col-xl-6"> <div class="instructor__item-two tg-svg"> <div class="instructor__thumb-two"> <img src="<?php echo e(asset($bannerSection?->global_content?->instructor_image)); ?>" alt="img"> <div class="shape-one"> <img src="<?php echo e(asset('frontend/img/instructor/instructor_shape01.svg')); ?>" alt="img" class="injectable"> </div> <div class="shape-two"> <span class="svg-icon" id="instructor-svg" data-svg-icon="<?php echo e(asset('frontend/img/instructor/instructor_shape02.svg')); ?>"></span> </div> </div> <div class="instructor__content-two"> <h3 class="title"><a href="<?php echo e(route('register')); ?>"><?php echo e(__('Become a Instructor')); ?></a></h3> <p><?php echo e(__('Join our team to inspire students, share your knowledge, and shape the future')); ?>.</p> <div class="tg-button-wrap"> <a href="<?php echo e(route('register')); ?>" class="btn arrow-btn"><?php echo e(__('Join Now')); ?> <img src="<?php echo e(asset('frontend/img/icons/right_arrow.svg')); ?>" alt="img" class="injectable"></a> </div> </div> </div> </div> <div class="col-xl-6"> <div class="instructor__item-two tg-svg"> <div class="instructor__thumb-two"> <img src="<?php echo e(asset($bannerSection?->global_content?->student_image)); ?>" alt="img"> <div class="shape-one"> <img src="<?php echo e(asset('frontend/img/instructor/instructor_shape01.svg')); ?>" alt="img" class="injectable"> </div> <div class="shape-two"> <span class="svg-icon" id="instructor-svg-two" data-svg-icon="<?php echo e(asset('frontend/img/instructor/instructor_shape02.svg')); ?>"></span> </div> </div> <div class="instructor__content-two"> <h3 class="title"><a href="<?php echo e(route('register')); ?>"><?php echo e(__('Become a Student')); ?></a></h3> <p><?php echo e(__('Unlock your potential by joining our vibrant learning community')); ?>.</p> </p> <div class="tg-button-wrap"> <a href="<?php echo e(route('register')); ?>" class="btn arrow-btn"><?php echo e(__('Join Now')); ?> <img src="<?php echo e(asset('frontend/img/icons/right_arrow.svg')); ?>" alt="img" class="injectable"></a> </div> </div> </div> </div> </div> </div> </div> </section><?php /**PATH /home/inprosysltd/public_html/skill.inprosysltd.com/resources/views/frontend/home/main/sections/instructor-area-two.blade.php ENDPATH**/ ?>