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/SBogers47/ehbocranendonck.nl/app/storage/views/4d8251972372d4aebd33d413b0e68591
<?php $__env->startSection('meta'); ?>
    <title><?php echo $error; ?></title>
    <meta name="description" content="<?php echo $errorMessage; ?>">

<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>

    <div class="color-wrapper">

        <header style="display: block;">
            <div class="small-row">
                <div class="grid-row">
                    <a href="mailto:<?php echo Config::get('business.email'); ?>">
                        <span><?php echo \Illuminate\Support\Facades\Lang::get('translations.mail'); ?>:</span>
                        <?php echo Config::get('business.email'); ?>

                    </a>

                    <?php /*<a href="mailto:<?php echo Config::get('business.phone_call'); ?>" <?php if(sizeof(\Config::get('app.availableLanguages')) <= 1 ): ?> class="no-margin-right"<?php endif; ?>>*/ ?>
                    <?php /*<span><?php echo \Illuminate\Support\Facades\Lang::get('translations.call'); ?>:</span>*/ ?>
                    <?php /*<?php echo Config::get('business.phone_display'); ?>*/ ?>
                    <?php /*</a>*/ ?>

                    <?php foreach(['facebook','twitter'] as $item): ?>
                        <?php if(\Config::get('business.'.$item) != null): ?>
                            <a target="_blank" class="<?php echo $item; ?>" href="<?php echo \Config::get('business.'.$item); ?>">
                                <span class="icon"></span>
                            </a>
                        <?php endif; ?>
                    <?php endforeach; ?>

                </div>
            </div>

        </header>

        <div class="grid-row default-page-content">


            <div class="content" style="padding: 100px 0; line-height: 1.4;">
                <h1><?php echo $errorHeader; ?></h1>
                <h2><?php echo $errorStreamer; ?></h2>

                <p><?php echo $errorMessage; ?></p>

                <a class="button" href="/">
                    Terug naar home
                </a>
            </div>

        </div>

    </div>

    <footer>

        <div class="sub-footer">
            <div class="grid-row">
                <div class="placeholder">
                    <p>© <?php echo \Carbon\Carbon::now()->year; ?> | <?php echo Config::get('business.name'); ?></p>

                    <a class="komma" target="_blank"
                       href="http://basic.komma.pro"><?php echo \Illuminate\Support\Facades\Lang::get('translations.websiteBy'); ?></a>
                </div>
            </div>
        </div>

    </footer>

<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.base', ['view' => 'error-page'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>