serial_scy, $sutudentYearDebts->start_date_deb)) + 1;
$yearLevelSpecialtePaymentConcept = YearLevelSpecialtyPaymentConcept::find($sutudentYearDebts->serial_ypc);
$paymentConcept = PaymentConcept::find($yearLevelSpecialtePaymentConcept->serial_pct);
$yearLevelSpecialtePaymentConceptData = $yearLevelSpecialtePaymentConcept->getCheckIsAsigned($student->serial_std, $data['start_date_deb']);
if (empty($yearLevelSpecialtePaymentConceptData->serial_ypc)) {
$yearLevelSpecialtePaymentConceptData = $yearLevelSpecialtePaymentConcept;
}
$discounts = $paymentConcept->getDiscountsByPaymentConcopetAsignedTM($schoolYear->serial_scy, $student->serial_std, $data['month']);
?>
getTotalInvoice($student->serial_std, $schoolYear->serial_scy, $data['start_date_deb']);
?>