File: D:/HostingSpaces/SBogers14/coeveringmatrijzen.nl/app/storage/views/d77e1acbe392020c984a6250edb4c81a
<?php echo '<?xml version="1.0" encoding="UTF-8"?>' ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc><?php echo URL::to('/'); ?></loc>
<lastmod><?php echo \Carbon\Carbon::now()->format('Y-m-d'); ?></lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc><?php echo URL::to('/'); ?>/<?php echo $menuService->getRouteByController('CompanyController@index'); ?></loc>
<lastmod><?php echo \Carbon\Carbon::now()->format('Y-m-d'); ?></lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<?php foreach(['projectDevelopment','projectManagement','stackMolds','moldDesign','production','threeDimensionalLaserCutters','polish','repairAndMaintenance'] as $service): ?>
<url>
<loc><?php echo URL::to('/'); ?>/<?php echo $menuService->getRouteByController('ServicesController@' . $service); ?></loc>
<lastmod><?php echo \Carbon\Carbon::now()->format('Y-m-d'); ?></lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<?php endforeach; ?>
<?php foreach(['general','preProductionMolds','productionMolds','stackMolds','twoKMolds','precisionMechanicalParts'] as $product): ?>
<url><loc><?php echo URL::to('/'); ?>/<?php echo $menuService->getRouteByController('ProductsController@' . $product); ?></loc>
<lastmod><?php echo \Carbon\Carbon::now()->format('Y-m-d'); ?></lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority></url>
<?php endforeach; ?>
<?php foreach(['milling','lathing','deepHoleDrilling','grinding','zincSparkErosion','wireSparkErosion','laserMilling','cadCam','other'] as $machinery): ?>
<url><loc><?php echo URL::to('/'); ?>/<?php echo $menuService->getRouteByController('MachineryController@' . $machinery); ?>">
<?php echo Lang::get('app/menus.' . $machinery); ?></loc>
<lastmod><?php echo \Carbon\Carbon::now()->format('Y-m-d'); ?></lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority></url>
<?php endforeach; ?>
<?php foreach(['preProductionMolds','productionMolds','stackMolds','twoKMolds','precisionMechanicalParts','machines'] as $gallery): ?>
<url>
<loc><?php echo URL::to('/'); ?>/<?php echo $menuService->getRouteByController('GalleryController@' . $gallery); ?></loc>
<lastmod><?php echo \Carbon\Carbon::now()->format('Y-m-d'); ?></lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<?php endforeach; ?>
<url>
<loc><?php echo URL::to('/'); ?>/<?php echo $menuService->getRouteByController('ContactController@index'); ?></loc>
<lastmod><?php echo \Carbon\Carbon::now()->format('Y-m-d'); ?></lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
</urlset>