File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/10882fe7cd09d04cbe99dbc1d0067ee4
<?php $__env->startSection('background'); ?> <div class="bg-50"></div> <?php $__env->stopSection(); ?> <?php $__env->startSection('sidebar'); ?> <?php echo $__env->make('partials.sidebar',['customerService' => ''], 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 echo $__env->make('partials.breadcrumb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <h1 class="page-title"><?php echo $entity->name; ?></h1> <article class="text-block content-block column fluid-100"> <div class="description column"> <?php echo $entity->description; ?> <?php echo HTML::link('/'.$shop->getPageService()->page('pendingPayment')->route.'?token='.$token, Lang::get('payments/failed.button'), ['class'=>'btn'] ); ?> </div> <div class="description column last"> <?php echo $entity->description_two; ?> <?php echo HTML::link('/'.$shop->getPageService()->page('cancelOrder')->route.'?token='.$token, Lang::get('payments/failed.cancel'), ['class'=>'btn'] ); ?> </div> <div class="description column fluid-100"> <div class="description column"> </div> <div class="description column last"> <?php if( ! empty($entity->call_to_action)): ?> <?php echo $__env->make('partials.callToActions.' . $entity->call_to_action, array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div> </div> </article> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>