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/pricing.blade.php
<x-main-layout header="">
    <style>
        .gradient-bg { background: linear-gradient(135deg, #001a4d 0%, #003d99 100%); }
    </style>
    
    <section class="pt-20 pb-20 px-6 gradient-bg text-white">
        <div class="max-w-7xl mx-auto">
            <div class="text-center mb-16">
                <h1 class="text-5xl font-bold mb-4">Simple, Transparent Pricing</h1>
                <p class="text-xl text-blue-100">Choose the perfect plan for your business</p>
            </div>
            
            <div class="grid md:grid-cols-3 gap-8 mb-12">
                <!-- Basic Plan -->
                <div class="bg-white dark:bg-gray-800 rounded-xl shadow-lg overflow-hidden hover:shadow-xl transition">
                    <div class="p-8">
                        <h3 class="text-2xl font-bold text-gray-900 dark:text-white mb-2">Starter</h3>
                        <p class="text-gray-600 dark:text-gray-400 mb-6">Perfect for small teams</p>
                        <div class="mb-6">
                            <span class="text-5xl font-bold text-blue-900">$29</span>
                            <span class="text-gray-600 dark:text-gray-400">/month</span>
                        </div>
                        <button class="w-full bg-blue-900 text-white font-semibold py-3 px-6 rounded-lg hover:bg-blue-800 transition mb-8">Get Started</button>
                        <ul class="space-y-4 text-gray-700 dark:text-gray-300">
                            <li class="flex items-center gap-3">
                                <svg class="w-5 h-5 text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"/></svg>
                                Up to 10 printers
                            </li>
                            <li class="flex items-center gap-3">
                                <svg class="w-5 h-5 text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"/></svg>
                                Basic monitoring
                            </li>
                            <li class="flex items-center gap-3">
                                <svg class="w-5 h-5 text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"/></svg>
                                Email support
                            </li>
                        </ul>
                    </div>
                </div>

                <!-- Professional Plan -->
                <div class="bg-gradient-to-br from-blue-900 to-blue-800 rounded-xl shadow-lg overflow-hidden hover:shadow-xl transition transform scale-105">
                    <div class="absolute top-0 right-0 bg-red-600 text-white px-4 py-1 rounded-bl-lg text-sm font-semibold">Popular</div>
                    <div class="p-8 text-white">
                        <h3 class="text-2xl font-bold mb-2">Professional</h3>
                        <p class="text-blue-100 mb-6">Best for growing businesses</p>
                        <div class="mb-6">
                            <span class="text-5xl font-bold">$79</span>
                            <span class="text-blue-100">/month</span>
                        </div>
                        <button class="w-full bg-red-600 text-white font-semibold py-3 px-6 rounded-lg hover:bg-red-700 transition mb-8">Get Started</button>
                        <ul class="space-y-4 text-blue-100">
                            <li class="flex items-center gap-3">
                                <svg class="w-5 h-5 text-green-300" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"/></svg>
                                Up to 50 printers
                            </li>
                            <li class="flex items-center gap-3">
                                <svg class="w-5 h-5 text-green-300" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"/></svg>
                                Advanced monitoring
                            </li>
                            <li class="flex items-center gap-3">
                                <svg class="w-5 h-5 text-green-300" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"/></svg>
                                Priority support
                            </li>
                        </ul>
                    </div>
                </div>

                <!-- Enterprise Plan -->
                <div class="bg-white dark:bg-gray-800 rounded-xl shadow-lg overflow-hidden hover:shadow-xl transition">
                    <div class="p-8">
                        <h3 class="text-2xl font-bold text-gray-900 dark:text-white mb-2">Enterprise</h3>
                        <p class="text-gray-600 dark:text-gray-400 mb-6">For large organizations</p>
                        <div class="mb-6">
                            <span class="text-5xl font-bold text-blue-900">Custom</span>
                        </div>
                        <button class="w-full bg-blue-900 text-white font-semibold py-3 px-6 rounded-lg hover:bg-blue-800 transition mb-8">Contact Sales</button>
                        <ul class="space-y-4 text-gray-700 dark:text-gray-300">
                            <li class="flex items-center gap-3">
                                <svg class="w-5 h-5 text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"/></svg>
                                Unlimited printers
                            </li>
                            <li class="flex items-center gap-3">
                                <svg class="w-5 h-5 text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"/></svg>
                                Custom features
                            </li>
                            <li class="flex items-center gap-3">
                                <svg class="w-5 h-5 text-green-600" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"/></svg>
                                Dedicated support
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </section>
</x-main-layout>