File: D:/HostingSpaces/SBogers14/coeveringmatrijzen.nl/app/lang/nl/app/routes.php
<?php
return [
// Global
'/' => 'HomeController@index',
'nl/bedrijfsprofiel' => 'CompanyController@index',
'nl/diensten' => 'ServicesController@index',
'nl/producten' => 'ProductsController@index',
'nl/machinepark' => 'MachineryController@index',
'nl/fotogalerie' => 'GalleryController@index',
'nl/contact' => 'ContactController@index',
'nl/sitemap' => 'PageController@sitemap',
'nl/disclaimer' => 'PageController@disclaimer',
'nl/privacyverklaring' => 'PageController@privacy',
'nl/algemene-voorwaarden' => 'PageController@terms',
// Services
'nl/diensten/projectontwikkeling' => 'ServicesController@projectDevelopment',
'nl/diensten/projectbegeleiding' => 'ServicesController@projectManagement',
'nl/diensten/matrijsontwerp' => 'ServicesController@moldDesign',
'nl/diensten/productie' => 'ServicesController@production',
'nl/diensten/3d-laserfrezen' => 'ServicesController@threeDimensionalLaserCutters',
'nl/diensten/polijsten' => 'ServicesController@polish',
'nl/diensten/reparatie-en-onderhoud' => 'ServicesController@repairAndMaintenance',
// Products
'nl/producten/algemeen' => 'ProductsController@general',
'nl/producten/proefmatrijzen' => 'ProductsController@preProductionMolds',
'nl/producten/productiematrijzen' => 'ProductsController@productionMolds',
'nl/producten/2k-matrijzen' => 'ProductsController@twoKMolds',
'nl/producten/fijnmechanische-delen' => 'ProductsController@precisionMechanicalParts',
'nl/producten/etagematrijzen' => 'ProductsController@stackMolds',
// Machinery
'nl/machinepark/frezen' => 'MachineryController@milling',
'nl/machinepark/draaien' => 'MachineryController@lathing',
'nl/machinepark/diepgatboren' => 'MachineryController@deepHoleDrilling',
'nl/machinepark/slijpen' => 'MachineryController@grinding',
'nl/machinepark/zinkvonken' => 'MachineryController@zincSparkErosion',
'nl/machinepark/draadvonken' => 'MachineryController@wireSparkErosion',
'nl/machinepark/laserfrezen' => 'MachineryController@laserMilling',
'nl/machinepark/cad-cam' => 'MachineryController@cadCam',
'nl/machinepark/overige' => 'MachineryController@other',
// Gallery
'nl/fotogalerie/proefmatrijzen' => 'GalleryController@preProductionMolds',
'nl/fotogalerie/productiematrijzen' => 'GalleryController@productionMolds',
'nl/fotogalerie/etagematrijzen' => 'GalleryController@stackMolds',
'nl/fotogalerie/2k-matrijzen' => 'GalleryController@twoKMolds',
'nl/fotogalerie/fijnmechanische-delen' => 'GalleryController@precisionMechanicalParts',
'nl/fotogalerie/machines' => 'GalleryController@machines'
];