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/BVerhoeven/verhoevendak.nl/app/storage/views/b3e70271f5d8647fa9bbf55241022603
<?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="image-wrapper">

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

        <div class="content-placeholder">

            <?php /* Make extra block for the creative backgrounds in this design :p */ ?>
            <div class="background"></div>
            <div class="grey-block"></div>

            <div class="grid-row">
                <span class="right-icon styling"></span>


                <?php /* Main content block */ ?>
                <div class="grid-col main">


                    <?php /* Loaded content */ ?>
                    <div class="content">
                        <h1><?php echo $errorHeader; ?></h1>
                        <h2><?php echo $errorStreamer; ?></h2>
                        <p><?php echo $errorMessage; ?></p>
                    </div>


                </div>
            </div>
        </div>

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

    </div>


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