{% comment %} Composant PricingPlan avec DaisyUI Usage: {% endcomment %}
{% if badge %}
{{ badge }}
{% endif %}

{{ title }}

{% if description %}

{{ description }}

{% endif %}
{% if discount_price %}
{{ discount_price }}
{% endif %}
{{ price }} {% if period %} {{ period }} {% endif %}
{% if features %}
    {% for feature in features %}
  • {{ feature }}
  • {% endfor %}
{% endif %} {% if button_label %}
{{ button_label }}
{% endif %} {{ slot }}