HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/zelfverkopen.komma.pro/app/KommaApp/Properties/propertyRoutes.php
<?php

//Property routes
Route::resource('properties', 'Properties\PropertyController', ['only' => [
    'index', 'show'
]]);

Route::get('woning-kopen/test-woning', 'Properties\PropertyController@show');

Route::get('woning-kopen/plan-een-bezichtiging/{id}', 'Properties\PropertyController@planVisit');
Route::get('woning-kopen/plaats-een-bod/{id}', 'Properties\PropertyController@placeOrder');
Route::get('woning-kopen/stel-een-vraag/{id}', 'Properties\PropertyController@askQuestion');