{% extends "base.html.twig" %} {% block BeforeAnyCSSFile %} {% for file in encore_entry_css_files('select2__init') %} {% endfor %} {% endblock %} {% set pagename = 'Check List' | trans %} {% block MainContent %}

{{ 'Step 1:: School Information'|trans }}

{# School Information #}
{{ 'Add' | trans }}
{# Session#}
{{ 'Add' | trans }}
{# Fee List #}
{{ 'Add' | trans }}
{# Subjects #}
{{ 'Add' | trans }}
{# Classes#}
{{ 'Add' | trans }}
{# add class fee scheduler#}
{{ 'Add' | trans }}
{# Step 2 #}

{{ 'Step 2:: Account Information'|trans }}

{# Accounts list #}
{{ 'Add' | trans }}
{# Account head is exits #}
{{ 'Add' | trans }}
{# Payment method exits #}
{{ 'Add' | trans }}
 
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('appSettings') %} {% endfor %} {% endblock %}