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/9357c16d2cf505a8fe6608532e7c4ff3
 <?php $__env->startSection('background'); ?> <div class="bg-50"></div> <?php $__env->stopSection(); ?> <?php $__env->startSection('sidebar'); ?> <?php echo $__env->make('partials.sidebar', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('brandNavigationBar'); ?> <?php echo $__env->make('partials.brandNavigationBar', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="content-container column fluid-100"> <?php /*Breadcrump*/ ?> <?php echo $__env->make('partials.breadcrumb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <div class="top-bar content-block column fluid-100 c-post__pre"> <div class="product-filter column fluid-66"> <a href="<?php echo $shop->getPageService()->getBackRoute('/'.$entity->route); ?>" class="back-btn"><?php echo Lang::get('pages/posts.back_to_overview'); ?></a> </div> </div> <section class="c-post content-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> <div class="c-post__content text-block"> <?php echo $post->description; ?> <div class="c-post__back"> <a href="<?php echo $shop->getPageService()->getBackRoute('/'.$entity->route); ?>" class="back-btn"><?php echo Lang::get('pages/posts.back_to_overview'); ?></a> </div> </div> </section> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('askHelpPopUp'); ?> <?php echo $__env->make('partials.askHelpPopUp', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>