{# app/templates/vendor/billing.html #} {% extends "vendor/base.html" %} {% block title %}Billing & Subscription{% endblock %} {% block alpine_data %}billingData(){% endblock %} {% block content %}

Billing & Subscription

Choose Your Plan

Add-ons

Available Add-ons

Cancel Subscription

Are you sure you want to cancel your subscription? You'll continue to have access until the end of your current billing period.

{% endblock %} {% block scripts %} {% endblock %}