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/37dcb4ac48e0e9510d19a6fb3e6eccdc
 <?php $__env->startSection('content'); ?> <div class="mobile-page"> <div class="return-button"> <a href="<?php echo $shop->getPageService()->getBackRoute('/'.$entity->route); ?>"> <?php echo Lang::get('pages/posts.back_to_overview'); ?> </a> </div> <section class="c-post content-block"> <div class="c-post__content text-block"> <?php if(isset($post->large_image_url)): ?> <figure class="c-post__figure"> <img alt="<?php echo $post->name; ?>" src="<?php echo $post->large_image_url; ?>" /> </figure> <?php endif; ?> <h1 class="c-post__title page-title"><?php echo $post->name; ?></h1> <h3 class="c-post__date"><?php echo \Illuminate\Support\Facades\Lang::get('pages/posts.date'); ?>: <?php echo \Carbon\Carbon::createFromFormat(\Carbon\Carbon::DEFAULT_TO_STRING_FORMAT, $post->date)->format('d / m / Y'); ?></h3> <?php echo $post->description; ?> </div> </section> <div class="return-button"> <a href="<?php echo $shop->getPageService()->getBackRoute('/'.$entity->route); ?>"> <?php echo Lang::get('pages/posts.back_to_overview'); ?> </a> </div> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('mobile.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>