Route::domain('{account}.siteadi.com')->group(function () {
    Route::get('user/{id}', function ($account, $id) {
        //
    });
});