HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/EUmans/umansradepo.be/app/storage/views/78d86d23f01d16d62dde7f177db5729e
<?php $__env->startSection('editable_content'); ?>

    <div class="offer-container">
        <div class="content-offer">
            <h1><?php echo $page->translation->name; ?></h1>

            <?php if(isset($sent) && $sent): ?>
                <p class="thank-you"><?php echo \Illuminate\Support\Facades\Lang::get('translations.thank-offer-form'); ?></p>
            <?php else: ?>
            <p class="streamer"><?php echo \Illuminate\Support\Facades\Lang::get('translations.take1minut'); ?></p>
            <?php echo $page->translation->description; ?>

            <?php echo $__env->make('forms.offerForm', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

            <?php endif; ?>

        </div>
    </div>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('extra-js'); ?>
    <script type="text/javascript" src="/js/offer.js"></script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>