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