HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/vebon.komma.pro/storage/framework/views/a26e9b645479e13e484de55238614436
<?php $response = app('Illuminate\Http\Response'); ?>
        <!DOCTYPE html>
<html>
<head>

    <title><?php echo e($code); ?>, Be right back.</title>
    <?php /*Css for libaries*/ ?>
    <link rel="stylesheet" href="/css/lib.css">
    <link rel="stylesheet" href="/css/app.css">

</head>
<body>
<div class="container-login">

    <?php echo $__env->make('partials.logos', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

    <div class="auth">
        <div class="title">
            <?php echo e($code); ?>,
            <?php if($exception->getMessage()): ?>
                <?php echo $exception->getMessage(); ?>

            <?php elseif(isset($message)): ?>
                <?php echo $message; ?>

            <?php else: ?>
                Oops something went wrong
            <?php endif; ?>
        </div>

        <div class="auth-button">
            <?php echo HTML::link('/',Lang::get('global.go_back'), ['class' => 'btn btn-login']); ?>

        </div>

    </div>
</div>
</body>
</html>