{% extends "base.html.twig" %} {% set pagename = 'Sample Fees' | trans %} {% set addBtnTitle = 'Add Sample Fee?' | trans %} {% set addBtnLink = path('add_fee') %} {% block MainContent %} {% include "fee/list__of_fee.html.twig" with {'feeList':feeList} %} {% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('studentFee') %} {% endfor %} {% endblock %} {% block documentation %}
Sample Fees?

A1. See Fig, To Check Flow
From where they are manage?

At this page you're viewing the List of {{ 'Sample Fees' | trans }}, which are currently in use by the Classes, In this Sample Fee List, you will see the following information:

All the above listed items can be change or remove by editing the Subject.

{% endblock %}