File: D:/HostingSpaces/SBogers10/vebon.komma.pro/storage/framework/views/d7473e87ed579a4706f0bfe57331da6c
<?php $__env->startSection('title'); ?><?php echo app('translator')->get('title.confirmation'); ?> |<?php $__env->stopSection(); ?>
<?php $__env->startSection('body'); ?>
<div class="container-login">
<?php echo $__env->make('partials.logos', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php if(Lang::has('auth.confirmation.'.$type)): ?>
<?php echo app('translator')->get('auth.confirmation.'.$type); ?>
<?php endif; ?>
<div class="auth-button">
<?php echo HTML::linkRoute('auth.login',Lang::get('auth.to_login_page'), [], ['class' => 'btn btn-login']); ?>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>