Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/oldsite/storage/framework/views/26db8eb7e0e7a6a3140e44a3036c3733.php
Назад
<div class="main-sidebar"> <aside id="sidebar-wrapper"> <div class="sidebar-brand"> <a href="<?php echo e(route('admin.dashboard')); ?>"><img class="w-75" src="<?php echo e(asset($setting->logo) ?? ''); ?>" alt="<?php echo e($setting->app_name ?? ''); ?>"></a> </div> <div class="sidebar-brand sidebar-brand-sm"> <a href="<?php echo e(route('admin.dashboard')); ?>"><img src="<?php echo e(asset($setting->favicon) ?? ''); ?>" alt="<?php echo e($setting->app_name ?? ''); ?>"></a> </div> <ul class="sidebar-menu"> <?php if(auth()->guard('admin')->user()->can('dashboard.view')): ?> <li class="<?php echo e(isRoute('admin.dashboard', 'active')); ?>"> <a class="nav-link" href="<?php echo e(route('admin.dashboard')); ?>"><i class="fas fa-home"></i> <span><?php echo e(__('Dashboard')); ?></span> </a> </li> <?php endif; ?> <?php if(Module::isEnabled('Property') && (checkAdminHasPermission('property.view') || checkAdminHasPermission('property.amenity.view') || checkAdminHasPermission('nearest.location.view') || checkAdminHasPermission('property.type.view'))): ?> <?php echo $__env->make('property::admin.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('Location') && (checkAdminHasPermission('country.view') || checkAdminHasPermission('state.view') || checkAdminHasPermission('city.view'))): ?> <?php echo $__env->make('location::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(checkAdminHasPermission('faq.view') || checkAdminHasPermission('custom.page.view') || checkAdminHasPermission('terms.and.condition.view') || checkAdminHasPermission('privacy.policy.view') || checkAdminHasPermission('contact.us.view') || checkAdminHasPermission('testimonial.view') || checkAdminHasPermission('team.view') || checkAdminHasPermission('service.view') || checkAdminHasPermission('counter.view') || checkAdminHasPermission('about.us.view') || checkAdminHasPermission('contact.information.view')): ?> <li class="menu-header"><?php echo e(__('Manage Contents')); ?></li> <?php endif; ?> <?php if(checkAdminHasPermission('faq.view') || checkAdminHasPermission('custom.page.view') || checkAdminHasPermission('terms.and.condition.view') || checkAdminHasPermission('privacy.policy.view') || checkAdminHasPermission('contact.us.view')): ?> <li class="nav-item dropdown <?php echo e(isRoute(['admin.faq.*','admin.terms-and-condition','admin.privacy-policy','admin.custom-page.*','admin.contact-us-page.*'],'active')); ?>"> <a href="javascript:void()" class="nav-link has-dropdown"> <i class="fas fa-file-alt"></i><span><?php echo e(__('Pages')); ?></span> </a> <ul class="dropdown-menu"> <?php if(Module::isEnabled('Faq') && checkAdminHasPermission('faq.view')): ?> <?php echo $__env->make('faq::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('CustomPage') && checkAdminHasPermission('custom.page.view')): ?> <?php echo $__env->make('custompage::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('TermsAndCondition') && checkAdminHasPermission('terms.and.condition.view')): ?> <?php echo $__env->make('termsandcondition::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('PrivacyPolicy') && checkAdminHasPermission('privacy.policy.view')): ?> <?php echo $__env->make('privacypolicy::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('ContactUs') && checkAdminHasPermission('contact.us.view')): ?> <?php echo $__env->make('contactus::contactuspage.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> </ul> </li> <?php endif; ?> <?php if(checkAdminHasPermission('slider.view') || checkAdminHasPermission('testimonial.view') || checkAdminHasPermission('team.view') || checkAdminHasPermission('service.view') || checkAdminHasPermission('counter.view') || checkAdminHasPermission('about.us.view') || checkAdminHasPermission('contact.information.view')): ?> <li class="nav-item dropdown <?php echo e(isRoute(['admin.slider.*', 'admin.testimonial.*', 'admin.ourteam.*','admin.service.*','admin.counter','admin.about-us.*','admin.contact-information.*'],'active')); ?>"> <a href="javascript:void()" class="nav-link has-dropdown"> <i class="fas fa-columns"></i><span><?php echo e(__('All Section')); ?></span> </a> <ul class="dropdown-menu"> <?php if(Module::isEnabled('Slider') && checkAdminHasPermission('slider.view')): ?> <?php echo $__env->make('slider::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('Testimonial') && checkAdminHasPermission('testimonial.view')): ?> <?php echo $__env->make('testimonial::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('OurTeam') && checkAdminHasPermission('team.view')): ?> <?php echo $__env->make('ourteam::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('Service') && checkAdminHasPermission('service.view')): ?> <?php echo $__env->make('service::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('Counter') && checkAdminHasPermission('counter.view')): ?> <?php echo $__env->make('counter::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('AboutUs') && checkAdminHasPermission('about.us.view')): ?> <?php echo $__env->make('aboutus::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('ContactUs') && checkAdminHasPermission('contact.information.view')): ?> <?php echo $__env->make('contactus::contactinformation.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> </ul> </li> <?php endif; ?> <?php if(Module::isEnabled('Blog') && (checkAdminHasPermission('blog.view') || checkAdminHasPermission('blog.category.view') || checkAdminHasPermission('blog.comment.view'))): ?> <?php echo $__env->make('blog::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('Subscription') && checkAdminHasPermission('subscription.view')): ?> <?php echo $__env->make('subscription::admin.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(checkAdminHasPermission('menu.view') || checkAdminHasPermission('social.link.management') || checkAdminHasPermission('customer.view')): ?> <li class="menu-header"><?php echo e(__('Manage Website')); ?></li> <?php endif; ?> <?php if(Module::isEnabled('CustomMenu') && checkAdminHasPermission('menu.view')): ?> <?php echo $__env->make('custommenu::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('Career') && checkAdminHasPermission('career.view')): ?> <?php echo $__env->make('career::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('SocialLink') && checkAdminHasPermission('social.link.management')): ?> <?php echo $__env->make('sociallink::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('Customer') && (checkAdminHasPermission('customer.view') || checkAdminHasPermission('customer.bulk.mail'))): ?> <?php echo $__env->make('customer::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(checkAdminHasPermission('setting.view') || checkAdminHasPermission('basic.payment.view') || checkAdminHasPermission('language.view') || checkAdminHasPermission('admin.view') || checkAdminHasPermission('role.view')): ?> <li class="menu-header"><?php echo e(__('Settings')); ?></li> <?php endif; ?> <?php if(Module::isEnabled('GlobalSetting') && checkAdminHasPermission('setting.view') || checkAdminHasPermission('basic.payment.view') || checkAdminHasPermission('language.view') || checkAdminHasPermission('admin.view') || checkAdminHasPermission('role.view')): ?> <li class="<?php echo e(isRoute('admin.settings', 'active')); ?>"> <a class="nav-link" href="<?php echo e(route('admin.settings')); ?>"><i class="fas fa-cog"></i> <span><?php echo e(__('Settings')); ?></span> </a> </li> <?php endif; ?> <?php if(checkAdminHasPermission('newsletter.view')): ?> <li class="menu-header"><?php echo e(__('Utility')); ?></li> <?php endif; ?> <?php if(Module::isEnabled('NewsLetter') && (checkAdminHasPermission('newsletter.view') || checkAdminHasPermission('newsletter.mail'))): ?> <?php echo $__env->make('newsletter::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php if(Module::isEnabled('ContactMessage') && checkAdminHasPermission('contect.message.view')): ?> <?php echo $__env->make('contactmessage::sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <!-- Addon:Sidebar --> <?php if ($__env->exists('admin.addons')) echo $__env->make('admin.addons', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </ul> </aside> </div> <?php /**PATH D:\laragon\www\topland_latest\script_content\main_files\resources\views/admin/sidebar.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка