File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/688b25cc7c57b94819bd818babcaab56
<?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 klanten</div> <div class="entity-buttons"> <?php if(isset($customer)): ?> <?php echo Form::submit('Opslaan', ['class' => 'btn btn-brand-glow btn-save', 'id'=>'save-button']); ?>   <?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($customers)): ?> <li> <a href="#resultaten">Resultaten ( <?php echo count($customers); ?> )</a> </li> <?php endif; ?> <?php if(isset($customer)): ?> <li> <a href="#customer"><?php echo $customer->customer_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::customers.customer-search-form', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> <div id="tab-content-resultaten" class="tab-content"> <?php if(isset($customers)): ?> <?php echo $__env->make('kms::customers.customer-search-results', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div> <div id="tab-content-customer" class="tab-content"> <?php if(isset($customer)): ?> <?php echo $__env->make('kms::customers.customer-detail', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> </div> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('kms::customers.dashboard', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>