File: D:/HostingSpaces/SBogers10/vebon.komma.pro/storage/framework/views/8a370a2422551260e9c343cd8ee6bd1a
<div class="topBarAlt">
<?php if(isset($activeAudit) && $activeAudit == true): ?>
<?php echo HTML::link('/', Lang::get('audit.go_to_active_audit'), array('class'=> 'btn btn-back-alt')); ?>
<?php endif; ?>
<?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 echo HTML::linkRoute('auth.logout', Lang::get('auth.log_out'), array(), array('class' => 'btn btn-logout')); ?>
</div>