File: D:/HostingSpaces/SBogers10/vebon.komma.pro/storage/framework/views/58d54aa20ef2095c4b891a3a8aa14e5d
<div class="small-actions">
<?php if(isset($archive)): ?>
<?php echo HTML::linkRoute('member.archive', Lang::get('audit.archive'), array(Auth::endUser()->get()->id), array('class' => 'btn btn-archive') ); ?>
<?php endif; ?>
<?php if(isset($overView)): ?>
<?php echo HTML::linkRoute('dashboard.index', Lang::get('global.overview'), [],array('class'=> 'btn btn-back')); ?>
<?php endif; ?>
<?php if(isset($activeAudit) && $activeAudit == true): ?>
<?php echo HTML::link('/', Lang::get('audit.go_to_active_audit'), array('class'=> 'btn btn-back')); ?>
<?php endif; ?>
<?php echo HTML::linkRoute('auth.logout', Lang::get('auth.log_out'), array(), array('class' => 'btn btn-logout')); ?>
</div>