File manager - Edit - /var/www/ratemypay_dev/storage/framework/views/64aae7bef5204b8bce7540b8edde7c6e.php
Back
<div class="relative hidden lg:flex flex-col justify-between rounded-[22px] overflow-hidden text-white p-12 min-h-[780px] bg-[#1E2858]"> <img src="<?php echo e(asset('images/wave-bg.jpg')); ?>" alt="" class="absolute inset-0 w-full h-full object-cover pointer-events-none" style="filter: brightness(0.7);"> <div class="absolute inset-0 pointer-events-none" style="background: linear-gradient(180deg, rgba(47,61,126,0.55) 0%, rgba(30,40,88,0.55) 50%, rgba(11,18,48,0.85) 100%);"> </div> <div class="relative text-center"> <h1 class="text-[32px] lg:text-[38px] font-bold leading-tight mb-3"> Welcome to RateMyPay for Business </h1> <p class="text-white/80">Your Gateway to Effortless Management.</p> </div> <div class="relative"> <?php $slides = [ [ 'title' => 'Seamless Collaboration', 'body' => 'The complete platform for compensation management, job design, and performance tracking.', 'cta' => "Let's get your business set up in just a few minutes.", ], [ 'title' => 'Data-Driven Decisions', 'body' => 'Benchmark against real-time market data from 50+ countries.', 'cta' => 'Trusted by hundreds of growing companies.', ], [ 'title' => 'Built for Modern HR', 'body' => 'SOC 2 compliant tools your team will actually enjoy using.', 'cta' => 'Start your free 14-day trial today.', ], ]; ?> <div x-data="{ active: 0, slides: <?php echo e(count($slides)); ?> }" x-init="setInterval(() => active = (active + 1) % slides, 6000)"> <div class="relative min-h-[150px]"> <?php $__currentLoopData = $slides; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $i => $slide): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div x-show="active === <?php echo e($i); ?>" x-transition.opacity.duration.500ms class="absolute inset-0 text-center" style="display: none;"> <h2 class="text-2xl font-bold mb-3"><?php echo e($slide['title']); ?></h2> <p class="text-white/80 leading-relaxed mb-2"><?php echo e($slide['body']); ?></p> <p class="text-white font-semibold"><?php echo e($slide['cta']); ?></p> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <div class="flex items-center justify-center gap-2 mt-6"> <?php $__currentLoopData = $slides; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $i => $slide): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <button type="button" @click="active = <?php echo e($i); ?>" class="h-2 rounded-full transition-all" :class="active === <?php echo e($i); ?> ? 'w-8 bg-white' : 'w-2 bg-white/40'"></button> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> <?php /**PATH /var/www/ratemypay_dev/resources/views/business/partials/wave-panel.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings