File: /var/www/quadcode-site/storage/framework/views/2b2055b0f340f3092707d8aa15d2cedfe7798fb9.php
<div class="terms-content">
<?php echo $block->translatedInput('text'); ?>
</div>
<script>
const link = document.querySelectorAll('a[href^="#"]')
console.log(link)
link.forEach(item => {
item.addEventListener('click', (e) => {
e.preventDefault();
const hash = item.hash;
const block = document.getElementById(hash.replace(/#/g, ''));
console.log(block);
window.scrollTo({ top: block.offsetTop - 50, behavior: 'smooth'});
})
})
</script>
<?php /**PATH /var/www/quadcode-site/resources/views/site/blocks/text.blade.php ENDPATH**/ ?>