File: D:/HostingSpaces/SBogers10/kemi.komma.pro/app/KommaApp/Forms/formRoutes.php
<?php
// Here you need to define the process routes and success routes of the forms
// Contact
Route::post('contact/process', 'Forms\ContactController@process')->name('contact.process');
Route::get('contact/success', 'Forms\ContactController@success')->name('contact.success');
Route::post('offerte-aanvragen/process', 'Forms\OfferController@process')->name('offer.process');
Route::get('offerte-aanvragen/success', 'Forms\OfferController@success')->name('offer.success');