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/trial-ended.html
---
layout: single
---

<div class="card card-md">
	<div class="card-body">
		<h2 class="mb-3">Your free trial period has expired!</h2>

		<p class="text-muted mb-4">
			If you want to continue to benefit from Tabler, it's time to upgrade your plan.
		</p>

		<ul class="list-unstyled space-y">
			<li class="row g-2">
				<span class="col-auto">{% include ui/icon.html icon="check" class="me-1 text-success" %}</span>
				<span class="col">
					<strong class="d-block">Over 800+ productions</strong>
					<span class="d-block text-muted">Unlimited movies, TV shows and more.</span>
				</span>
			</li>
			<li class="row g-2">
				<span class="col-auto">{% include ui/icon.html icon="check" class="me-1 text-success" %}</span>
				<span class="col">
					<strong class="d-block">Watch everywhere</strong>
					<span class="d-block text-muted">Watch on smart TVs, PlayStation, Xbox, Apple TV, Blu-ray players and more.</span>
				</span>
			</li>
			<li class="row g-2">
				<span class="col-auto">{% include ui/icon.html icon="check" class="me-1 text-success" %}</span>
				<span class="col">
					<strong class="d-block">Personalize</strong>
					<span class="d-block text-muted">Choose your own style, watch what you like.</span>
				</span>
			</li>
		</ul>

		<div class="my-4">
			<a href="#" class="btn btn-primary w-100">
				Upgrade to a paid plan
			</a>
		</div>

		<p class="text-muted">
			If you need to get a trial extension please feel free to <a href="#">contact us</a>.
		</p>
	</div>
</div>