group('/escritura/{venta_id}', function($app) { $app->get('[/]', [Escrituras::class, 'show']); });