File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/ef1222e804282e94de046fed2116464a
<?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="thanks-block content-block column fluid-100"> <?php if($order): ?> <div class="column <?php echo $customerService->isLoggedIn() ? 'fluid-100' : 'fluid-50'; ?>"> <span class="title"><?php echo $entity->name; ?>,</span> <?php echo $entity->description; ?> <a href="/<?php echo $shop->getPageService()->page('customer')->route; ?>?token=<?php echo $token; ?>" class="btn"><?php echo Lang::get('payments/waiting.button'); ?></a> </div> <?php if(! $customerService->isLoggedIn()): ?> <div class="column fluid-50"> <?php if($customerService->checkEmailAddress($order->invoice_email)): ?> <?php echo $__env->make('checkout.partials.linkAccount', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php else: ?> <?php echo $__env->make('checkout.partials.createAccount', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div> <?php endif; ?> <?php else: ?> <div class="description column"> <p><?php echo Lang::get('checkout/thanks.no_order_found'); ?></p> </div> <?php endif; ?> </article> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>