<?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');