getById($venta_id); } catch (EmptyResult $e) {} $cuotas = []; try { $cuotas = $cuotaRepository->fetchByVenta($venta_id); } catch (EmptyResult $e) {} return $view->render($response, 'ventas.escrituras.abono.cuotas', compact('venta', 'cuotas')); } }