I keep getting a 500 error consistently when trying to access a route that is correctly specified in my web.php file. Does anyone know if there is another file where I should mention this route? This is my route ->
Route
st('/insert-control', [App\Http\Controllers\HomeController::class, 'insertControl'])->name('insertControl');
Route