File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/f34e29565b729d0b4e5a25e2ec041e96
<?php $__env->startSection('right-pane'); ?> <div class="entity-header"> <div class="entity-thumbnail"><img src="<?php echo asset('/packages/komma/kms/img/download_icon.png'); ?>"/></div> <div class="entity-title">Download orders</div> </div> <div class="entity-tabs"> <ul class="nav nav-tabs"> </ul> </div> <div class="entity-attributes download"> <?php echo Form::open(array('route' => array('kms.orders.download'))); ?> <div class="entity-attribute entity-attribute-title "> Orders </div> <div class="entity-attribute entity-attribute-select "> <?php echo Form::selectMonth('month', date('m'), ['class' => 'selectize-input', ]); ?> </div> <div class="entity-attribute entity-attribute-select "> <?php echo Form::selectYear('year', date('Y'), (date('Y')-5), '', ['class' => 'selectize-input', ]); ?> </div> <div class="entity-attribute entity-attribute-button"> <?php echo Form::submit('Download'); ?> </div> <?php echo Form::close(); ?> <?php if(\Session::get('errors') ): ?> <div class="error-block"> <?php echo \Session::get('errors'); ?> </div> <?php endif; ?> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('kms::orders.dashboard', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>