File manager - Edit - /var/www/ratemypay_dev/storage/framework/views/18da86f25de513926dac8e908e938d5b.php
Back
<?php $navItems = [ ['key' => 'dashboard', 'label' => 'Dashboard', 'route' => 'business.dashboard', 'active' => request()->routeIs('business.dashboard')], ['key' => 'solutions', 'label' => 'Solutions', 'route' => 'business.solutions', 'active' => request()->routeIs('business.solutions') || request()->routeIs('dashboard.job-descriptions.*')], ['key' => 'activity', 'label' => 'Activity', 'route' => 'business.activity', 'active' => request()->routeIs('business.activity')] ]; ?> <aside class="w-[120px] shrink-0 bg-white border-r border-[#E5E7EB] flex flex-col"> <nav class="flex-1 px-2 pt-6 space-y-2"> <?php $__currentLoopData = $navItems; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $isActive = $item['active']; $href = route($item['route']); $stateClass = $isActive ? 'text-[#2F3D7E] font-semibold' : 'text-[#4A5565] hover:text-[#2F3D7E] hover:bg-[#EEF1F7]'; ?> <a href="<?php echo e($href); ?>" class="flex flex-col items-center justify-center text-center gap-1.5 py-3 rounded-lg transition relative <?php echo e($stateClass); ?>"> <?php if($isActive): ?> <span class="absolute left-0 top-2 bottom-2 w-[3px] rounded-r bg-[#2F3D7E]"></span> <?php endif; ?> <span class="relative flex items-center justify-center w-6 h-6"> <?php switch($item['key']): case ('dashboard'): ?> <svg class="w-[22px] h-[22px]" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"> <path d="M3 12l9-9 9 9"/><path d="M5 10v10a1 1 0 0 0 1 1h4v-6h4v6h4a1 1 0 0 0 1-1V10"/> </svg> <?php break; ?> <?php case ('solutions'): ?> <svg class="w-[22px] h-[22px]" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"> <rect x="3" y="3" width="7" height="7" rx="1.5"/> <rect x="14" y="3" width="7" height="7" rx="1.5"/> <rect x="3" y="14" width="7" height="7" rx="1.5"/> <rect x="14" y="14" width="7" height="7" rx="1.5"/> </svg> <?php break; ?> <?php case ('activity'): ?> <svg class="w-[22px] h-[22px]" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"> <path d="M15 17h5l-1.4-1.4A2 2 0 0 1 18 14.2V11a6 6 0 1 0-12 0v3.2a2 2 0 0 1-.6 1.4L4 17h5"/> <path d="M9 17a3 3 0 0 0 6 0"/> </svg> <?php break; ?> <?php case ('user-management'): ?> <svg class="w-[22px] h-[22px]" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"> <path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/> <circle cx="9" cy="7" r="4"/> <path d="M23 21v-2a4 4 0 0 0-3-3.87"/> <path d="M16 3.13a4 4 0 0 1 0 7.75"/> </svg> <?php break; ?> <?php case ('settings'): ?> <svg class="w-[22px] h-[22px]" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="3"/> <path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09a1.65 1.65 0 0 0-1-1.51 1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09a1.65 1.65 0 0 0 1.51-1 1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z"/> </svg> <?php break; ?> <?php endswitch; ?> </span> <span class="text-[11px] leading-tight"><?php echo e($item['label']); ?></span> </a> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </nav> <div class="px-2 py-4 border-t border-[#E5E7EB]"> <button type="button" @click="solutionsOpen = !solutionsOpen" class="w-full flex flex-col items-center justify-center gap-1.5 py-3 rounded-lg text-[#4A5565] hover:text-[#2F3D7E] hover:bg-[#EEF1F7] transition"> <svg class="w-[22px] h-[22px]" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"> <rect x="3" y="3" width="7" height="7" rx="1.5"/> <rect x="14" y="3" width="7" height="7" rx="1.5"/> <rect x="3" y="14" width="7" height="7" rx="1.5"/> <rect x="14" y="14" width="7" height="7" rx="1.5"/> </svg> </button> </div> </aside> <?php /**PATH /var/www/ratemypay_dev/resources/views/business/dashboard/partials/sidebar.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings