group('/cartolas', function($app) { $app->get('/diaria[/]', [Contabilidad::class, 'diaria']); });