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

{{ 'Payment Methods'|trans }}

{% include "accounts/payment_methods_list_view.html.twig" with {'payment_method_list':payment_method_list} %}
{{ 'Name'|trans }} {{ 'Is default'|trans }} {{ '#' | trans }}
{% endblock %} {% block ExtraJsFIles %} {% for file in encore_entry_js_files('accounts') %} {% endfor %} {% endblock %} {% block documentation %}
Payment Methods

Payment Methods are used to Transfer Money to others or Take Money from Others, These Payment Methods are Listed to the Chalan form & Parent get informed by Email
that they can transmit money by using these Payment Method
At this page, we're viewing Payment Methods List & How to Add Payment Methods

Adding / Editing a Payment Method

Payment Method, will ask two things,

{% endblock %}