File: /home/posscale/public_html/printmanager/resources/views/pages/privacy.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">Privacy Policy</h1>
<div class="prose dark:prose-invert max-w-none">
<h2 class="text-2xl font-bold text-gray-900 dark:text-white mt-8 mb-4">1. Introduction</h2>
<p class="text-gray-600 dark:text-gray-400 mb-6">{{ env('APP_NAME', 'Managed Printer Services') }} ("we", "us", "our", or "Company") operates the service. This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our service.</p>
<h2 class="text-2xl font-bold text-gray-900 dark:text-white mt-8 mb-4">2. Information Collection and Use</h2>
<p class="text-gray-600 dark:text-gray-400 mb-6">We collect several different types of information for various purposes to provide and improve our service to you.</p>
<ul class="list-disc list-inside text-gray-600 dark:text-gray-400 space-y-2 mb-6">
<li>Personal Data: Name, email address, phone number, address</li>
<li>Usage Data: Pages visited, time and date of access, referral source</li>
<li>Device Information: Browser type, operating system, device type</li>
</ul>
<h2 class="text-2xl font-bold text-gray-900 dark:text-white mt-8 mb-4">3. Use of Data</h2>
<p class="text-gray-600 dark:text-gray-400 mb-6">{{ env('APP_NAME', 'Managed Printer Services') }} uses the collected data for various purposes:</p>
<ul class="list-disc list-inside text-gray-600 dark:text-gray-400 space-y-2 mb-6">
<li>To provide and maintain our service</li>
<li>To notify you about changes to our service</li>
<li>To allow you to participate in interactive features of our service</li>
<li>To gather analysis or valuable information so that we can improve our service</li>
<li>To monitor the usage of our service</li>
</ul>
<h2 class="text-2xl font-bold text-gray-900 dark:text-white mt-8 mb-4">4. Security of Data</h2>
<p class="text-gray-600 dark:text-gray-400 mb-6">The security of your data is important to us but remember that no method of transmission over the Internet or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your personal data, we cannot guarantee its absolute security.</p>
<h2 class="text-2xl font-bold text-gray-900 dark:text-white mt-8 mb-4">5. Contact Us</h2>
<p class="text-gray-600 dark:text-gray-400 mb-6">If you have any questions about this Privacy Policy, please contact us at: support@managedprinters.com</p>
</div>
</div>
</section>
</x-main-layout>