| {{ $t('courseFeesAdminTitle') }} | ||
| {{ item.label }} | {{ hasCourseFeeValue(item.value) ? 'S$' : '' }} | {{ formatCourseFeeValue(item.value) }} |
| {{ item.label }} | {{ hasCourseFeeValue(item.value) ? 'S$' : '' }} | {{ formatCourseFeeValue(item.value) }} |
| {{ $t('courseFeesTotalTitle') }} | {{ hasCourseFeeValue(courseFeesData.course_fees) ? 'S$' : '' }} | {{ formatCourseFeeValue(courseFeesData.course_fees) }} |
{{ courseFeesRemarks }}