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/18b43dfe1b18add85fff91a96ac9944a
<?php $__env->startSection('meta'); ?>
    <title><?php echo $data->meta_title; ?></title>
    <meta name="description" content="<?php echo $data->meta_description; ?>">

    <meta property="og:url"           content="<?php echo \Request::url(); ?>" />
    <meta property="og:type"          content="website" />
    <meta property="og:title"         content="<?php echo $data->meta_title; ?>" />
    <meta property="og:description"   content="<?php echo $data->meta_description; ?>" />

    <?php if($data->images->count() != 0): ?>
        <meta property="og:image"         content="<?php echo \Request::root().$data->images->first()->medium_image_url; ?>" />
    <?php endif; ?>

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

<?php $__env->startSection('pre-content'); ?>
    <script>
        window.fbAsyncInit = function() {
            FB.init({
                appId            : '1686722011636820',
                autoLogAppEvents : true,
                xfbml            : true,
                version          : 'v2.9'
            });
            FB.AppEvents.logPageView();
        };

        (function(d, s, id){
            var js, fjs = d.getElementsByTagName(s)[0];
            if (d.getElementById(id)) {return;}
            js = d.createElement(s); js.id = id;
            js.src = "//connect.facebook.net/en_US/sdk.js";
            fjs.parentNode.insertBefore(js, fjs);
        }(document, 'script', 'facebook-jssdk'));
    </script>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
    <?php echo $__env->make('layouts.partials.header', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
    <?php /*<?php echo $__env->make('layouts.partials.mobileNavigation', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>*/ ?>
    <?php if($data->content->code_name != 'home'): ?>
        <?php echo $__env->make('layouts.partials.breadcrumb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
    <?php endif; ?>

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


    <div class="feature-content blog">
        <div class="background">
        </div>
        <div class="content-container inner">
            <div class="feature-nav">
                <div class="header">
                    <h4><?php echo \Illuminate\Support\Facades\Lang::get('translations.latestItems'); ?></h4>
                </div>
                <?php echo $__env->make('layouts.partials.posts.latestPosts', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
            </div>

            <div class="feature-detail blog-detail">
                <p class="back-overview"><a
                            href="/<?php echo $data->links->blog->route; ?>"><?php echo \Illuminate\Support\Facades\Lang::get('translations.backToOverview'); ?></a></p>
                <h1><?php echo $data->translation->title; ?></h1>
                <h2><?php echo $data->translation->sub_title; ?></h2>
                <?php /*<?php if($data->images->count()>0): ?>*/ ?>
                    <?php /*<div class="image-container">*/ ?>
                        <?php /*<img src="<?php echo $data->images->pull(0)->original_image_url; ?>"/>*/ ?>
                    <?php /*</div>*/ ?>
                <?php /*<?php endif; ?>*/ ?>

                <?php if(isset($data->translation->description)): ?>
                    <?php echo $__env->make('layouts.partials.dynamic.dynamicBlocks', ['dynamicDescription' => $data->translation->description], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                <?php endif; ?>

                <div class="social-media">
                    <p>Share on:</p>
                    <span id="shareBtnFacebook" class="facebook"></span>
                    <span id='shareTwitter'></span>
                    <span id='shareLinkedin'></span>
                </div>

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

            </div>
        </div>
    </div>
    <?php echo $__env->make('layouts.partials.orangeRow', 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 echo $__env->make('layouts.partials.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php $__env->stopSection(); ?>


<?php $__env->startSection('extra-js'); ?>
    <script type="text/javascript" src="/js/projectDetail.js?v=2"></script>
    <script>
        document.getElementById('shareBtnFacebook').onclick = function() {
            FB.ui({
                method: 'share',
                mobile_iframe: true,
                href: '<?php echo \Request::url(); ?>',
            }, function(response){});
        };
        document.getElementById('shareTwitter').onclick = function() {
            window.open('https://twitter.com/intent/tweet?text=<?php echo urlencode($data->meta_title.' >> '); ?>&url=<?php echo urlencode(\Request::url()); ?>', 'newwindow', 'width=500, height=600');
        };
        document.getElementById('shareLinkedin').onclick = function() {



            window.open('https://www.linkedin.com/shareArticle?mini=true&url=<?php echo urlencode(\Request::url()); ?>&title=<?php echo urlencode($data->meta_title); ?>&summary=<?php echo urlencode($data->meta_description); ?>', 'newwindow', 'width=500, height=600');
        };
    </script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>