session->flashdata('success'))) { ?>
× Success! session->flashdata('success'); ?>
session->flashdata('danger'))) { ?>
× Failed! session->flashdata('danger'); ?>

$course_fee) { $feeTitle = $course_fee['fee_title']; $fees = $course_fee['fees']; ?>

'; // print_r($fees); ?>

$f_value) { $check_status = ($f_value['fee_assigned_id'] > 0) ? "checked" : ""; if ($f_value['sop_id'] > 0) { $className = ""; $checkbxinput = ""; $disable_attr = 'style="background-color: #28a745 !important;" disabled="disabled" data-toggle="tooltip" title="Fees Partialy paid" readonly="readonly"'; $partial_payment_checkbox = " style='background-color: green !important;'"; } else { $checkbxinput = "stud_check_inputs feestype_childerns_" . $f_value['id'] . " childschkBx" . $theStudentInfo['student_id']; $className = "fes_child_checkbox fees_type_" . $f_value['id'] . " student_checkid_" . $theStudentInfo['student_id']; $disable_attr = ''; $partial_payment_checkbox = ""; } ?>