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/SBogers10/rentman.komma.pro/app/storage/views/e86fa11dc2784f974ecf9e18e4e3e1e9
<?php $__env->startSection('sky-content'); ?>
    <h1><?php echo $blocks->get('pricing_intro')->translation->name; ?></h1>
    <?php echo $blocks->get('pricing_intro')->translation->description; ?>

    <?php if((\Config::get('business.currency_usd') || \Config::get('business.currency_cad') || \Config::get('business.currency_aud') || \Config::get('business.currency_gbp')) && \App::getLocale() == 'en' ): ?>
        <ul class="currency-switch">
            <li <?php if(\Session::get('currency', 'eur') == 'eur'): ?> class="active" <?php endif; ?> data-currency="eur">EUR</li>
            <?php if(\Config::get('business.currency_usd')): ?><li <?php if(\Session::get('currency', 'eur') == 'usd'): ?> class="active" <?php endif; ?> data-currency="usd">USD</li><?php endif; ?>
            <?php if(\Config::get('business.currency_cad')): ?><li <?php if(\Session::get('currency', 'eur') == 'cad'): ?> class="active" <?php endif; ?> data-currency="cad">CAD</li><?php endif; ?>
            <?php if(\Config::get('business.currency_aud')): ?><li <?php if(\Session::get('currency', 'eur') == 'aud'): ?> class="active" <?php endif; ?> data-currency="aud">AUD</li><?php endif; ?>
            <?php if(\Config::get('business.currency_gbp')): ?><li <?php if(\Session::get('currency', 'eur') == 'gbp'): ?> class="active" <?php endif; ?> data-currency="gbp">GBP</li><?php endif; ?>
        </ul>
    <?php endif; ?>


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

<?php $__env->startSection('orange-button'); ?>
    <div class="button">
        <a href="/<?php echo $data->links->trial->route; ?>">
            <?php echo \Illuminate\Support\Facades\Lang::get('translations.startTrial'); ?>
        </a>
    </div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('editable_content'); ?>

    <?php echo $__env->make('layouts.partials.skyRow', ['class' => 'full-text'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

    <?php echo $__env->make('layouts.partials.pricing.packages', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

    <?php /*<div class="divide-row orange pricing"></div>*/ ?>


    <?php echo $__env->make('layouts.partials.pricing.compareTable', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

    <?php echo $__env->make('layouts.partials.pricing.questionsBlock', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

    <?php echo $__env->make('layouts.partials.orangeRow',
    [
        'class' => 'pricing',
        'title' => $blocks->get('pricing_pay_off')->translation->name,
        'description' => $blocks->get('pricing_pay_off')->translation->description,
    ], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

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

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

<?php $__env->startSection('extra-js'); ?>
    <script type="text/javascript" src="/js/trailForm.js?v=5"></script>
    <script type="text/javascript">
        $(function(){
            extensionResize();

            $(window).resize($.throttle(10, function (e) {
                extensionResize();
            }));

            $(window).scroll($.throttle(10, function (e) {
                pricingAnimations();
            }));
            
        });

        function extensionResize() {
            $('.extensions .extension').height('auto');

            var maxHeightExtension = 0;
            $('.extensions .extension').each(function () {
                if($(this).height() > maxHeightExtension) maxHeightExtension = $(this).height();
            });

            $('.extensions .extension').height(maxHeightExtension);
        }
        
        function pricingAnimations() {
            $('.compare-table .table p .check').each(function(){
                if(isElementFullInViewport($(this))) $(this).addClass('show');
            });
        }
    </script>
    <script type="text/javascript" src="/js/faq.js?v=2"></script>
<?php $__env->stopSection(); ?>



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