File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/5622d40a913a12b4d05e86f947a7faff
<?php $__env->startSection('content'); ?> <div id="entitties" class="entities"> <div class="entities-header"> <h1>Welcome</h1> </div> <div class="entities-content-container"> <div class="entities-content"> <p>Welcome to the Komma Management System. Choose a page in the menu on the left to start editing your website.</p> <p>If you have any questions don‘t hesitate to contact us. Enjoy the use of our system.</p> <p>Kind regards,</p> <div class="small-profile"> <img src="<?php echo asset('/packages/komma/kms/img/customer.png'); ?>" alt="Stef Bogers" class="small-profile-image"/> <p class="small-profile-name">Stef Bogers</p> <p class="small-profile-description">Directeur/eigenaar<br/>Komma Mediadesign</p> </div> <hr/> <h2>Komma Mediadesign</h2> <p class="kms-admin-adres"> Randweg-zuid 1<br/> 6021 PW Budel </p> <p class="kms-admin-contact"> +31 (0)495 - 59 94 11<br/> <a href="mailto:info@komma.pro">info@komma.pro</a><br/> <a href="http://www.komma.pro" target="_blank">www.komma.pro</a> </p> <p class="kms-admin-links"> <a href="http://www.komma.pro" target="_blank">Visit our corporate website</a><br/> <a href="http://www.komma.pro" target="_blank">Terms and agreement</a><br/> <a href="http://www.komma.pro" target="_blank">Disclaimer</a> </p> </div> </div> </div> <div class="entity"> <div class="entity-header"> <div class="entity-thumbnail">D</div> <div class="entity-title">Dashboard</div> </div> <div class="entity-tabs"> <ul class="nav nav-tabs"> <li class="active"><a href="#verkoophoeveelheid">Verkoophoeveelheid</a></li> <li><a href="#registraties">Registraties</a></li> <li><a href="#bestellingen">Te verzenden</a></li> </ul> </div> <div class="entity-attributes"> <div id="tab-content-verkoophoeveelheid" class="tab-content"> <?php echo $__env->make('kms::dashboard.panels.sales', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> <div id="tab-content-registraties" class="tab-content"> <?php echo $__env->make('kms::dashboard.panels.registrations', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> <div id="tab-content-bestellingen" class="tab-content"> <?php echo $__env->make('kms::dashboard.panels.orders', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> </div> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('kms::layouts.kms', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>