name('home'); Route::get('/stations', StationSearch::class)->name('stations.search'); Route::middleware(['auth', 'verified'])->group(function () { Route::view('dashboard', 'dashboard')->name('dashboard'); }); require __DIR__.'/settings.php';