File: /home/posscale/public_html/printmanager/resources/views/pages/cookies.blade.php
<x-main-layout header="">
<section class="py-20 px-6 bg-gray-50 dark:bg-gray-900">
<div class="max-w-4xl mx-auto">
<h1 class="text-5xl font-bold text-gray-900 dark:text-white mb-12">Cookie Policy</h1>
<div class="space-y-8">
<div>
<h2 class="text-2xl font-bold text-gray-900 dark:text-white mb-4">What are Cookies?</h2>
<p class="text-gray-600 dark:text-gray-400">Cookies are small text files stored on your device when you visit our website. They help us remember your preferences and improve your experience. Cookies may be "persistent" cookies or "session" cookies.</p>
</div>
<div>
<h2 class="text-2xl font-bold text-gray-900 dark:text-white mb-4">Why Do We Use Cookies?</h2>
<p class="text-gray-600 dark:text-gray-400 mb-4">We use cookies for several purposes:</p>
<ul class="list-disc list-inside text-gray-600 dark:text-gray-400 space-y-2">
<li>To remember your login information and preferences</li>
<li>To understand how you use our website</li>
<li>To improve the functionality of our service</li>
<li>To provide targeted advertising and analytics</li>
<li>To prevent fraud and enhance security</li>
</ul>
</div>
<div>
<h2 class="text-2xl font-bold text-gray-900 dark:text-white mb-4">Types of Cookies</h2>
<div class="space-y-4">
<div>
<h3 class="font-semibold text-gray-900 dark:text-white">Essential Cookies</h3>
<p class="text-gray-600 dark:text-gray-400">These cookies are necessary for the basic functioning of our website. They cannot be disabled.</p>
</div>
<div>
<h3 class="font-semibold text-gray-900 dark:text-white">Performance Cookies</h3>
<p class="text-gray-600 dark:text-gray-400">These cookies help us understand how visitors use our website and identify areas for improvement.</p>
</div>
<div>
<h3 class="font-semibold text-gray-900 dark:text-white">Functional Cookies</h3>
<p class="text-gray-600 dark:text-gray-400">These cookies allow our website to remember your choices and provide personalized features.</p>
</div>
<div>
<h3 class="font-semibold text-gray-900 dark:text-white">Targeting Cookies</h3>
<p class="text-gray-600 dark:text-gray-400">These cookies are used to display relevant advertisements based on your interests.</p>
</div>
</div>
</div>
<div>
<h2 class="text-2xl font-bold text-gray-900 dark:text-white mb-4">Managing Cookies</h2>
<p class="text-gray-600 dark:text-gray-400 mb-4">You can control cookies through your browser settings. Most browsers allow you to refuse cookies or alert you when cookies are being sent. However, blocking some cookies may impact your experience on our website.</p>
</div>
<div>
<h2 class="text-2xl font-bold text-gray-900 dark:text-white mb-4">Contact Us</h2>
<p class="text-gray-600 dark:text-gray-400">For questions about our cookie policy, please contact us at: support@managedprinters.com</p>
</div>
</div>
</div>
</section>
</x-main-layout>