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/topswtw.komma.pro/app/storage/views/47720a5ecc8c4f4e22b78cebd70d4afa
<?php $__env->startSection('content'); ?>
    <?php /* Rich snippet for search bar */ ?>

    <script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "WebSite",
  "url": "<?php echo $shop->getShop()->default_domain; ?>",
  "potentialAction": {
    "@type": "SearchAction",
    "target": "<?php echo $shop->getShop()->default_domain; ?>/<?php echo $shop->getPageService()->page('search')->route; ?>?q={search_term}",
    "query-input": "required name=search_term"
  },"aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "<?php echo round($kiyoh->get()->totalScore); ?>",
    "bestRating": "10",
    "ratingCount": "<?php echo $kiyoh->get()->totalReviews; ?>"
  }
}




    </script>

    <?php /* End of rich snippet */ ?>

    <div class="content-container column full">

        <?php /* Search block home */ ?>
        <div class="home-start-block content-block center">
            <h1><?php echo Lang::choice('pages/home.panel.title', Shop::getLanguageService()->dialectCount()); ?></h1>

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

            <div class="tips-list">
                <h2><?php echo Lang::get('pages/home.panel.tips.title'); ?></h2>
                <ul>
                    <li><?php echo Lang::get('pages/home.panel.tips.tip1'); ?></li>
                    <li><?php echo Lang::get('pages/home.panel.tips.tip2'); ?></li>
                    <li><?php echo Lang::get('pages/home.panel.tips.tip3'); ?></li>
                </ul>

                <div class="btn-holder">

                    <?php echo $__env->make('partials.buttons.default',[
                        'route' => '/' . $shop->getPageService()->page('brands')->route,
                        'text' => Lang::get('pages/home.panel.button')
                    ], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

                </div>
            </div>


            <a class="customer-login" href="/<?php echo $shop->getPageService()->page('customer')->route; ?>">
                <div class="placeholder">
                    <span class="icon"></span>
                    <?php if(Auth::customer()->check()): ?>
                        <p>
                            <strong><?php echo Lang::get('customer/header.salutation',['name' => Auth::customer()->get()->first_name]); ?>!</strong>
                            <?php echo \Illuminate\Support\Facades\Lang::get('mobile.homeLoggedInAccountText'); ?>
                        </p>
                    <?php else: ?>
                        <p>
                            <strong><?php echo \Illuminate\Support\Facades\Lang::get('emails/customer/verify.subject'); ?></strong>
                            <?php echo \Illuminate\Support\Facades\Lang::get('mobile.homeAccountText'); ?>
                        </p>
                    <?php endif; ?>
                </div>
            </a>


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

            <div class="payment-methods">
                <div class="placeholder">
                    <a href="http://www.keurmerk.info/Leden-en-Partners/Lid-Details/13976"  target="_blank">
                        <img src="/images/static/paymentMethods/payment_methods_mobile_home_<?php echo $shop->getShop()->slug; ?>.png"
                             alt="http://www.keurmerk.info + Payment Methods"/>
                    </a>
                </div>
            </div>

            <div class="selling-points-mobile">
                <div class="placeholder">
                    <?php echo $__env->make('mobile.partials.benefits', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                </div>
            </div>

        </div>

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