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/SBogers68/ouddorp-duin.nl/app/storage/views/40db80c288b4eb5df0e5112fa8a8df9c
<?php $__env->startSection('body'); ?>

    <div class="business-logo">
        <?php if($theme !='komma'): ?>
            <img src="<?php echo asset('/packages/komma/kms/img/'.$theme.'/logo_login.svg'); ?>" alt="Management System"/>
        <?php else: ?>
            <img src="<?php echo asset('/packages/komma/kms/img/logo_login.svg'); ?>" alt="Management System"/>
        <?php endif; ?>
    </div>

    <div class="login">
        <div class="login-aligner"></div>
        <div class="login-panel">

            <?php echo Form::open(['method'=>'post']); ?>


                <h2><?php echo Config::get('kms::'.$lang.'/translations.logIn'); ?></h2>

                <div class="alert alert-warning<?php echo $errors->first('message', ' has-error'); ?>">
                    <?php echo $errors->first('message'); ?>

                </div>

                <div>
                    <?php echo Form::text('email', null, ['placeholder' => 'E-mail address', 'class' => 'form-input']); ?>

                </div>

                <div>
                    <?php echo Form::password('password', ['placeholder' => 'Password', 'class' => 'form-input']); ?>

                </div>

                <div>
                    <?php echo Form::submit('Login', ['class' => 'form-submit']); ?>

                </div>

            <?php echo Form::close(); ?>


        </div>
    </div>

<?php $__env->stopSection(); ?>
<?php echo $__env->make('kms::layouts.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>