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/236c3e024c80c95622655eed580102d0
 <?php $__env->startSection('right-pane'); ?> <div class="entity-header"> <div class="entity-thumbnail"><img src="<?php echo asset('/packages/komma/kms/img/search_icon.png'); ?>"/></div> <div class="entity-title">Doorzoek orders</div> <div class="entity-buttons"> <?php if(isset($order)): ?> <?php echo Form::submit('Opslaan', ['class' => 'btn btn-brand-glow btn-save', 'id'=>'save-button']); ?> &nbsp; <?php endif; ?> </div> </div> <div class="entity-tabs"> <ul class="nav nav-tabs"> <li class="active"> <a href="#zoeken">Zoeken</a> </li> <?php if(isset($orders)): ?> <li> <a href="#resultaten">Resultaten ( <?php echo count($orders); ?> )</a> </li> <?php endif; ?> <?php if(isset($order)): ?> <li> <a href="#order"><?php echo $order->order_number; ?></a> </li> <?php endif; ?> </ul> </div> <div class="entity-attributes download"> <div id="tab-content-zoeken" class="tab-content"> <?php echo $__env->make('kms::orders.order-search-form', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> <div id="tab-content-resultaten" class="tab-content"> <?php if(isset($orders)): ?> <?php echo $__env->make('kms::orders.order-search-results', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div> <div id="tab-content-order" class="tab-content"> <?php if(isset($order)): ?> <?php echo $__env->make('kms::orders.order-detail', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('kms::orders.dashboard', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>