File: D:/HostingSpaces/SBogers10/debierbaron.komma.pro/app/storage/views/d7d9899ec10b03cc4ce870003fbdaccb
<div class="entity-attribute entity-attribute-title "> Acties</div>
<?php if($errors->has('action')): ?>
<div class="errors">
<?php echo $errors->first('action'); ?>
</div>
<?php endif; ?>
<div class="entity-attribute entity-attribute-text">
<?php echo Form::label('payment_mail_action','Betaling aanvragen (email)'); ?>
<?php echo Form::checkbox('action[payment_mail]','payment_mail', null,['id'=>'payment_mail_action']); ?>
</div>
<div class="entity-attribute entity-attribute-text">
<?php echo Form::label('add_to_sendcloud_action','Pakketten Verzenden'); ?>
<?php echo Form::checkbox('action[send_subscriptions]','send_subscriptions', null,['id'=>'add_to_sendcloud_action']); ?>
</div>
<?php echo form::submit('Uitvoeren'); ?>