{% extends "@Admin/Layout/adminlayout.html.twig" %} {% block content %}

Month-wise Revenue report

{% for flashMessage in app.session.flashbag.get('success_msg') %}

Alert!

{{ flashMessage }}
{% endfor %} {% for flashMessage in app.session.flashbag.get('error_msg') %}

Alert!

{{ flashMessage }}
{% endfor %}
{{month}} , {{selected_year}}
{{total_sales_cost}}
{##} {##} {%if result_array is defined and result_array is not empty %} {%for result_array in result_array %} {##} {##} {%endfor%} {%else%} {%endif%} {##} {##}
No Customer Mobile Package Package Date RangeMonth Active DaysPackage Amt Purchase AmtRevenuePurchased at Coupon Code
{{loop.index ? loop.index : ''}} {{result_array.user_name}} {{result_array.user_mobile}} {{result_array.package_name}} {{result_array.package_start_date}} to {{result_array.package_end_date}}{{result_array.active_days}}{{result_array.package_value}} {{result_array.payment_amount}}{{result_array.sales_cost}}{{result_array.created_at}} {{result_array.coupon_code}}
No Records Found
No Customer Mobile Package Package Date RangeMonth Active DaysPackage Amt Purchase AmtRevenuePurchased at
{% endblock %} {% block js %} {% endblock %}