File manager - Edit - /var/www/ratemypay_dev/storage/framework/views/57d9ac226f1fcd0fb1324f4f8a4f09c9.php
Back
<div x-show="solutionsOpen" x-cloak class="fixed inset-0 z-40" @keydown.window.escape="solutionsOpen = false"> <div class="absolute inset-0" @click="solutionsOpen = false"></div> <div x-show="solutionsOpen" x-cloak x-transition:enter="transition ease-out duration-150" x-transition:enter-start="opacity-0 scale-95 translate-y-2" x-transition:enter-end="opacity-100 scale-100 translate-y-0" class="absolute left-[120px] bottom-20 ml-4 w-[460px] max-w-[92vw] bg-white border border-[#E5E7EB] rounded-2xl shadow-2xl p-6"> <div class="flex items-center justify-between mb-5"> <h3 class="text-lg font-bold text-[#101828]">Solutions</h3> <button type="button" @click="solutionsOpen = false" class="w-8 h-8 rounded-full hover:bg-gray-100 flex items-center justify-center text-[#4A5565]"> <svg class="w-5 h-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/> </svg> </button> </div> <?php $popupTiles = config('business.solutions'); ?> <div class="grid grid-cols-3 gap-4"> <?php $__currentLoopData = $popupTiles; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $tile): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($tile['active']): ?> <a href="<?php echo e(route($tile['route'])); ?>" class="group flex flex-col items-center text-center p-2 rounded-xl hover:bg-[#F8FAFC] transition"> <span class="relative w-14 h-14 rounded-2xl flex items-center justify-center mb-2" style="background-color: <?php echo e($tile['bg']); ?>;"> <?php echo $tile['icon']; ?> </span> <span class="text-xs font-medium text-[#101828] leading-tight"><?php echo e($tile['name']); ?></span> </a> <?php else: ?> <button type="button" @click="openRequestAccess(<?php echo \Illuminate\Support\Js::from($tile['name'])->toHtml() ?>, <?php echo \Illuminate\Support\Js::from($tile['icon'])->toHtml() ?>, <?php echo \Illuminate\Support\Js::from($tile['bg'])->toHtml() ?>)" class="group flex flex-col items-center text-center p-2 rounded-xl hover:bg-[#F8FAFC] transition"> <span class="relative w-14 h-14 rounded-2xl flex items-center justify-center mb-2" style="background-color: <?php echo e($tile['bg']); ?>;"> <?php echo $tile['icon']; ?> <span class="absolute -top-1 -right-1 w-5 h-5 bg-white border border-[#E5E7EB] rounded-full flex items-center justify-center"> <svg class="w-3 h-3 text-[#4A5565]" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <rect x="3" y="11" width="18" height="11" rx="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/> </svg> </span> </span> <span class="text-xs font-medium text-[#101828] leading-tight"><?php echo e($tile['name']); ?></span> </button> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <div class="mt-6 pt-4 border-t border-[#E5E7EB] text-center"> <a href="<?php echo e(route('business.solutions')); ?>" @click="solutionsOpen = false" class="inline-flex items-center gap-2 text-sm font-semibold text-[#2F3D7E] hover:underline"> View All Solutions <svg class="w-4 h-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/> </svg> </a> </div> </div> </div> <?php /**PATH /var/www/ratemypay_dev/resources/views/business/dashboard/partials/solutions-popup.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings