group('/propietario/{propietario_rut:[0-9]+}', function($app) { $app->get('[/]', [Propietarios::class, 'show']); });