File: D:/HostingSpaces/SBogers93/fitale.nl/app/storage/views/0cc87dd2c2e29fe94bf4cd041a697f90
<?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(); ?>