HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/posscale/public_html/printmanager/resources/views/pages/terms.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">Terms of Service</h1>
            
            <div class="space-y-8">
                <div>
                    <h2 class="text-2xl font-bold text-gray-900 dark:text-white mb-4">1. Terms</h2>
                    <p class="text-gray-600 dark:text-gray-400">By accessing this web site, you are agreeing to be bound by these web site Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws.</p>
                </div>

                <div>
                    <h2 class="text-2xl font-bold text-gray-900 dark:text-white mb-4">2. Use License</h2>
                    <p class="text-gray-600 dark:text-gray-400 mb-4">Permission is granted to temporarily download one copy of the materials on {{ env('APP_NAME', 'Managed Printer Services') }}'s web site for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:</p>
                    <ul class="list-disc list-inside text-gray-600 dark:text-gray-400 space-y-2">
                        <li>Modifying or copying the materials</li>
                        <li>Using the materials for any commercial purpose or for any public display</li>
                        <li>Attempting to decompile or reverse engineer any software contained on the web site</li>
                        <li>Removing any copyright or other proprietary notations from the materials</li>
                        <li>Transferring the materials to another person or "mirroring" the materials on any other server</li>
                    </ul>
                </div>

                <div>
                    <h2 class="text-2xl font-bold text-gray-900 dark:text-white mb-4">3. Disclaimer</h2>
                    <p class="text-gray-600 dark:text-gray-400">The materials on {{ env('APP_NAME', 'Managed Printer Services') }}'s web site are provided on an 'as is' basis. {{ env('APP_NAME', 'Managed Printer Services') }} makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties including, without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights.</p>
                </div>

                <div>
                    <h2 class="text-2xl font-bold text-gray-900 dark:text-white mb-4">4. Limitations</h2>
                    <p class="text-gray-600 dark:text-gray-400">In no event shall {{ env('APP_NAME', 'Managed Printer Services') }} or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption) arising out of the use or inability to use the materials on {{ env('APP_NAME', 'Managed Printer Services') }}'s web site.</p>
                </div>

                <div>
                    <h2 class="text-2xl font-bold text-gray-900 dark:text-white mb-4">5. Accuracy of Materials</h2>
                    <p class="text-gray-600 dark:text-gray-400">The materials appearing on {{ env('APP_NAME', 'Managed Printer Services') }}'s web site could include technical, typographical, or photographic errors. {{ env('APP_NAME', 'Managed Printer Services') }} does not warrant that any of the materials on the web site are accurate, complete, or current.</p>
                </div>
            </div>
        </div>
    </section>
</x-main-layout>