HEX
Server: Apache
System: Linux srv4.garantili.com.tr 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: ekspardev (1006)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/ekspardev/public_html/tubisad/rapor/src/pages/settings-plan.html
---
layout: settings
title: Settings
---

<div class="card-body">
	<h2 class="mb-4">Plans</h2>

	<p class="text-muted mb-4">This workspace’s Basic Plan is set to $34 per month and will renew on June 19, 2022.</p>

	<div class="row row-cards">
		<div class="col-lg-4">
			{% include cards/pricing-card.html price="0" users=3 category="Free" %}
		</div>
		<div class="col-lg-4">
			{% include cards/pricing-card.html price="49" users=10 category="Premium" features="1100" featured-color="green" %}
		</div>
		<div class="col-lg-4">
			{% include cards/pricing-card.html price="99" category="Enterprise" users=100 features="1110" %}
		</div>
		<div class="col-12">
			{% include cards/pricing-card-enterprise.html %}
		</div>
	</div>
</div>