File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/fa81b50a8be39c3859c53bb9d6238ac8
<?php $__env->startSection('content'); ?> <div class="guide-steps customer-service mobile-page"> <article class="column guide-steps text-block"> <h1><?php echo $entity->name; ?></h1> <div class="intro"> <?php echo $entity->description; ?> </div> <div class="steps"> <?php echo $entity->description_two; ?> </div> <div class="steps-circles"> <?php $steps = ['print', 'box', 'dpd']; ?>
<?php foreach($steps as $key => $step): ?> <div class="step"> <div class="circle"> <span class="icon <?php echo $step; ?>"></span> </div> <p><?php echo \Illuminate\Support\Facades\Lang::get('pages/return.return-circles.'.$step); ?></p> </div> <?php if(($key + 1) != sizeof($steps)): ?> <div class="arrow-placeholder"> <span class="arrow"></span> </div> <?php endif; ?> <?php endforeach; ?> </div> <div class="return-cta"> <h3><?php echo \Illuminate\Support\Facades\Lang::get('pages/return.return-cta-title'); ?></h3> <a class="return-cta-button btn animate" href="/<?php echo $shop->getPageService()->page('return')->route; ?>"> <?php echo \Illuminate\Support\Facades\Lang::get('pages/return.return-cta-button'); ?> </a> </div> </article> <?php if(\App::getLocale() != 'en'): ?> <div class="youtube-player-wrapper"> <div class="video-wrapper"> <div class="youtube-player" data-youtube-link="<?php echo \Illuminate\Support\Facades\Lang::get('pages/return.returnVideoId'); ?>" id="ytplayer-home"></div> </div> </div> <?php endif; ?> <div class="inline-menu no-sub"> <?php echo $menu; ?> </div> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('mobile.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>