name('home'); Route::resource('perceptron', PerceptronController::class)->only(['index']); Broadcast::routes();