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/ridderstee.komma.pro/app/storage/views/347479b1410c53845acd0e19668a8290
<?php $__env->startSection('editable_content'); ?>

    <?php /*<?php if(App::getLocale() == 'nl'): ?>*/ ?>

        <section class="impression-video">
            <h2><?php echo \Illuminate\Support\Facades\Lang::get('translations.videoImpression'); ?></h2>
            <p><?php echo \Illuminate\Support\Facades\Lang::get('translations.videoImpressionText'); ?></p>
            <div class="dynamic-block video-block">
                <div class="video-wrapper">
                    <div id="ytplayer"></div>
                </div>
            </div>
        </section>

        <script>
            // Load the IFrame Player API code asynchronously.
            var tag = document.createElement('script');
            tag.src = "https://www.youtube.com/player_api";
            var firstScriptTag = document.getElementsByTagName('script')[0];
            firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);

            // Replace the 'ytplayer' element with an <iframe> and
            // YouTube player after the API code downloads.

            var player;

            function onYouTubePlayerAPIReady() {
                player = new YT.Player('ytplayer', {
                    height: '360',
                    width: '640',
                    videoId: '<?php echo \Illuminate\Support\Facades\Lang::get('translations.videoImpressionLink'); ?>',
                    host: 'https://www.youtube-nocookie.com',
                    playerVars: {
                        modestbranding: 1,
                        showinfo: 0,
                        rel: 0,
                        autoplay: 1
                    },
                });
            }
        </script>

    <?php /*<?php else: ?>*/ ?>
        <?php /*<section class="main-text-row">*/ ?>

            <?php /*<div class="grid-row">*/ ?>
                <?php /*<div class="placeholder">*/ ?>

                    <?php /*<figure>*/ ?>
                        <?php /*<?php if($page->content->images->count() != 0): ?>*/ ?>
                            <?php /*<?php foreach(['large', 'medium', 'small'] as $imageSize): ?>*/ ?>
                                <?php /*<span class="<?php echo $imageSize; ?>"*/ ?>
                                      <?php /*style="background-image: url('<?php echo $page->content->images->first()->{$imageSize.'_image_url'}; ?>');"></span>*/ ?>
                            <?php /*<?php endforeach; ?>*/ ?>
                        <?php /*<?php endif; ?>*/ ?>
                    <?php /*</figure>*/ ?>

                    <?php /*<div class="content grid-col">*/ ?>

                        <?php /*<h1><?php echo \Illuminate\Support\Facades\Lang::get('translations.newsletter.title'); ?></h1>*/ ?>

                        <?php /*<p><?php echo \Illuminate\Support\Facades\Lang::get('translations.newsletter.thanks'); ?></p>*/ ?>

                    <?php /*</div>*/ ?>

                <?php /*</div>*/ ?>

            <?php /*</div>*/ ?>
        <?php /*</section>*/ ?>
    <?php /*<?php endif; ?>*/ ?>

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