관리-도구
편집 파일: 8d7e7defb4bf3e1b43f30f71d470e8e9384d399b.php
<div class="hero-area" id="heroHome4" style="background-image: url('<?php echo e(asset('assets/front/img/'.$bs->hero_bg)); ?>'); background-size: cover;"> <div class="container"> <div class="hero-txt"> <div class="row"> <div class="col-12"> <span><?php echo e(convertUtf8($bs->hero_section_title)); ?></span> <h1><?php echo e(convertUtf8($bs->hero_section_text)); ?></h1> <?php if(!empty($bs->hero_section_button_url) && !empty($bs->hero_section_button_text)): ?> <a href="<?php echo e($bs->hero_section_button_url); ?>" class="hero-boxed-btn" target="_blank"><?php echo e(convertUtf8($bs->hero_section_button_text)); ?></a> <?php endif; ?> </div> </div> </div> </div> <div class="hero-area-overlay"></div> </div> <?php /**PATH /home/inprosysltd/public_html/core/resources/views/front/partials/water.blade.php ENDPATH**/ ?>