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/SBogers93/fitale.nl/app/storage/views/7a1e280b03ba26563b469cf307784135
 <?php $__env->startSection('meta'); ?> <title>Sitemap</title> <meta name="description" content="Sitemap van "> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="sitemap" style="padding-top: 50px; padding-bottom: 50px;"> <div class="content-container"> <h1>Sitemap</h1> <ul class="main-pages"> <?php foreach($pages as $page): ?> <li> <a href="<?php echo $page['loc']; ?>"><?php echo $page['title']; ?></a> </li> <?php endforeach; ?> </ul> </div> </section> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>