File: D:/HostingSpaces/SBogers10/debierbaron.komma.pro/app/storage/views/e62b170e1d660acf014a560276b89055
<?php $__env->startSection('content'); ?>
<div class="entity subscription">
<div class="entity-header">
<div class="entity-title">Abonnementen</div>
<div class="entity-buttons">
</div>
</div>
<div class="content">
<?php echo $__env->make('kms::section.subscriptions.filters', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo Form::open(['route'=>'kms.subscription.execute_action']); ?>
<?php echo $__env->make('kms::section.subscriptions.actions', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('kms::section.subscriptions.subscription-list', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo Form::close(); ?>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('kms::layouts.kms', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>