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

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

<?php $__env->startSection('content'); ?>
    <div class="header">
        <a href="/" class="logo">
            <div class="text-center"><img src="<?php echo e(asset('assets/images/logo.png')); ?>" alt="" style="margin-top: -4px;"></div>&nbsp;
            <strong>RNW</strong> Holdings
        </a> <!-- / .logo -->
    </div> <!-- / .header -->

    <div class="error-code">403</div>

    <div class="error-text">
        <span class="oops">Permission Denied</span><br>
        <span class="hr"></span>
        <br>
        My friend, you are going to the wrong page.
        <br>
        <span class="solve">Please ensure you have got the right permission to do this.</span>
    </div> <!-- / .error-text -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.errorPage', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>