Viewing file: 1c685b6d23cf68c6af363243b38a0be5.php (84.46 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<aside id="sidebar" class="main-sidebar sidebar-dark-primary elevation-4"> <!-- Brand Logo --> <a href="<?php echo e(route('admin.dashboard')); ?>" class="brand-link"> <img src="<?php echo e($setting->favicon_image_url); ?>" alt="<?php echo e(__('Logo')); ?>" class="elevation-3"> <span class="brand-text font-weight-light"><?php echo e(config('app.name')); ?></span> </a> <!-- Sidebar --> <div class="sidebar"> <div class="sidebar-nav-wrapper"> <!-- Sidebar Menu --> <nav class="sidebar-main-nav mt-2"> <ul class="nav nav-pills nav-sidebar flex-column nav-child-indent" data-widget="treeview" role="menu" data-accordion="false"> <?php if($user->can('dashboard.view')): ?> <?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('admin.dashboard') ? true : false,'route' => 'admin.dashboard','icon' => 'fas fa-tachometer-alt'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('dashboard')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php endif; ?>
<!-- Order Management Start --> <li class="nav-header"><?php echo e(__('order_management')); ?></li> <?php if(userCan('order.view')): ?> <li class="nav-item"> <a href="<?php echo e(route('order.index')); ?>" class="nav-link <?php echo e(Route::is('order.*') ? ' active' : ''); ?>"> <i class="nav-icon fas fa-money-bill"></i> <p><?php echo e(__('order')); ?></p> </a> </li> <?php endif; ?> <?php if(Module::collections()->has('Customer') && userCan('customer.view')): ?> <li class="nav-item"> <a href="<?php echo e(route('module.customer.index')); ?>" class="<?php echo e($document_verification_requests > 0 ? 'position-relative' : ''); ?> nav-link <?php echo e(Route::is('module.customer.*') ? ' active' : ''); ?>"> <i class="nav-icon fas fa-users"></i> <p><?php echo e(__('customer')); ?></p> <?php if($document_verification_requests > 0): ?> <span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-danger"> <?php echo e($document_verification_requests); ?>
</span> <?php endif; ?> </a> </li> <?php endif; ?> <?php if(Module::collections()->has('Plan') && userCan('plan.view') && $priceplan_enable): ?> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('module.plan.index') || Route::is('module.plan.create') ? true : false,'route' => 'module.plan.index','icon' => 'fas fa-credit-card'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('pricing_plan')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php endif; ?> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('report.index') ? true : false,'route' => 'report.index','icon' => 'fas fa-file'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('seller_report')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <!-- Order Management End -->
<!-- Ads Management Start --> <li class="nav-header"><?php echo e(__('ads_management')); ?></li> <?php if (isset($component)) { $__componentOriginale4ae8947837962af7bd1235a8c392c12 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginale4ae8947837962af7bd1235a8c392c12 = $attributes; } ?> <?php $component = App\View\Components\SidebarDropdown::resolve(['linkActive' => Route::is('module.ad.*') ? true : false,'subLinkActive' => Route::is('module.ad.*') ? true : false,'icon' => 'fas fa-store'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-dropdown'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarDropdown::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php $__env->slot('title'); ?> <?php echo e(__('ads')); ?>
<?php $__env->endSlot(); ?>
<ul class="nav nav-treeview"> <?php if(Module::collections()->has('Ad') && userCan('ad.view')): ?> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('module.ad.index') && !request('filter_by') && !request('pending_ad') && !request('expired_ad') ? true : false,'route' => 'module.ad.index','icon' => 'fas fa-circle'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('all_listings')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php endif; ?>
<?php if(Module::collections()->has('Ad') && userCan('ad.view')): ?> <li class="nav-item"> <a href="<?php echo e(route('module.ad.index',['filter_by' => 'active'])); ?>" class="nav-link <?php echo e(request('filter_by')== 'active' ? 'active' : ''); ?>" > <i class="nav-icon fas fa-circle"></i> <p><?php echo e(__('active_ads')); ?> </p> </a> </li> <?php endif; ?>
<?php if(Module::collections()->has('Ad') && userCan('ad.view')): ?> <li class="nav-item"> <a href="<?php echo e(route('module.ad.index',['filter_by' => 'pending'])); ?>" class="nav-link <?php echo e(request('filter_by')== 'pending' ? 'active' : ''); ?>" > <i class="nav-icon fas fa-circle"></i> <p><?php echo e(__('pending_ads')); ?> </p> </a> </li> <?php endif; ?>
<?php if(Module::collections()->has('Ad') && userCan('ad.view')): ?> <li class="nav-item"> <a href="<?php echo e(route('module.ad.index',['filter_by' => 'sold'])); ?>" class="nav-link <?php echo e(request('filter_by')== 'sold' ? 'active' : ''); ?>" > <i class="nav-icon fas fa-circle"></i> <p><?php echo e(__('sold_ads')); ?> </p> </a> </li> <?php endif; ?>
<?php if(Module::collections()->has('Ad') && userCan('ad.view')): ?> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('module.ad.resubmitted-ads') ? true : false,'route' => 'module.ad.resubmitted-ads','icon' => 'fas fa-circle'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('resubmitted_listing')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php endif; ?>
</ul> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginale4ae8947837962af7bd1235a8c392c12)): ?> <?php $attributes = $__attributesOriginale4ae8947837962af7bd1235a8c392c12; ?> <?php unset($__attributesOriginale4ae8947837962af7bd1235a8c392c12); ?> <?php endif; ?> <?php if (isset($__componentOriginale4ae8947837962af7bd1235a8c392c12)): ?> <?php $component = $__componentOriginale4ae8947837962af7bd1235a8c392c12; ?> <?php unset($__componentOriginale4ae8947837962af7bd1235a8c392c12); ?> <?php endif; ?>
<?php if(Module::collections()->has('Category') && (userCan('category.view') || userCan('subcategory.view'))): ?> <?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('module.category.*') || Route::is('module.subcategory.*') ? true : false,'route' => 'module.category.index','icon' => 'fas fa-th'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('category')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php endif; ?> <?php if(Module::collections()->has('CustomField') && userCan('custom-field.view')): ?> <?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('module.custom.field.*') ? true : false,'route' => 'module.custom.field.index','icon' => 'fas fa-edit'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('custom_field')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php endif; ?> <?php if(Module::collections()->has('Location')): ?> <?php if(userCan('city.view') || userCan('town.view')): ?> <?php if (isset($component)) { $__componentOriginale4ae8947837962af7bd1235a8c392c12 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginale4ae8947837962af7bd1235a8c392c12 = $attributes; } ?> <?php $component = App\View\Components\SidebarDropdown::resolve(['linkActive' => Route::is('module.city.*') || Route::is('module.town.*') ? true : false,'subLinkActive' => Route::is('module.city.*') || Route::is('module.town.*') ? true : false,'icon' => 'fas fa-location-arrow'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-dropdown'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarDropdown::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php $__env->slot('title'); ?> <?php echo e(__('location')); ?>
<?php $__env->endSlot(); ?>
<?php if(userCan('city.view')): ?> <ul class="nav nav-treeview"> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('module.city.*') ? true : false,'route' => 'module.city.index','icon' => 'fas fa-circle'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('city')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> </ul> <?php endif; ?> <?php if(userCan('town.view')): ?> <ul class="nav nav-treeview"> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('module.town.*') ? true : false,'route' => 'module.town.index','icon' => 'fas fa-circle'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('town')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> </ul> <?php endif; ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginale4ae8947837962af7bd1235a8c392c12)): ?> <?php $attributes = $__attributesOriginale4ae8947837962af7bd1235a8c392c12; ?> <?php unset($__attributesOriginale4ae8947837962af7bd1235a8c392c12); ?> <?php endif; ?> <?php if (isset($__componentOriginale4ae8947837962af7bd1235a8c392c12)): ?> <?php $component = $__componentOriginale4ae8947837962af7bd1235a8c392c12; ?> <?php unset($__componentOriginale4ae8947837962af7bd1235a8c392c12); ?> <?php endif; ?> <?php endif; ?> <?php endif; ?> <?php if(Module::collections()->has('Brand') && userCan('brand.view')): ?> <?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('module.brand.*') ? true : false,'route' => 'module.brand.index','icon' => 'fas fa-award'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('brand')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php endif; ?>
<?php if(userCan('ad_report_category.view')): ?> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('ad-report-category.index') ? true : false,'route' => 'ad-report-category.index','icon' => 'far fa-list-alt'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('ad_report_category')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php endif; ?>
<?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('report-ad') ? true : false,'route' => 'report-ad','icon' => 'fas fa-list'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('ad_report_list')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <!-- Ads Management End -->
<?php if (isset($component)) { $__componentOriginale4ae8947837962af7bd1235a8c392c12 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginale4ae8947837962af7bd1235a8c392c12 = $attributes; } ?> <?php $component = App\View\Components\SidebarDropdown::resolve(['linkActive' => (Route::is('redeem-points.*') || Route::is('affiliate.*') || Route::is('affiliate-settings.*')) ? true : false,'subLinkActive' => Route::is('redeem-points.*') ? true : false,'icon' => 'fa fa-handshake'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-dropdown'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarDropdown::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php $__env->slot('title'); ?> <?php echo e(__('affiliate_system')); ?>
<?php $__env->endSlot(); ?>
<ul class="nav nav-treeview"> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('redeem-points.*') ? true : false,'route' => 'redeem-points.index','icon' => 'fas fa-circle'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('redeem_points')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> </ul>
<ul class="nav nav-treeview"> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('affiliate.balance.request') ? true : false,'route' => 'affiliate.balance.request','icon' => 'fas fa-circle'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('balance_request')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> </ul> <ul class="nav nav-treeview"> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('affiliate.partners') ? true : false,'route' => 'affiliate.partners','icon' => 'fas fa-circle'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('affiliate_partners')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> </ul>
<ul class="nav nav-treeview"> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('affiliate-settings.*') ? true : false,'route' => 'affiliate-settings.index','icon' => 'fas fa-circle'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('affiliate_settings')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> </ul> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginale4ae8947837962af7bd1235a8c392c12)): ?> <?php $attributes = $__attributesOriginale4ae8947837962af7bd1235a8c392c12; ?> <?php unset($__attributesOriginale4ae8947837962af7bd1235a8c392c12); ?> <?php endif; ?> <?php if (isset($__componentOriginale4ae8947837962af7bd1235a8c392c12)): ?> <?php $component = $__componentOriginale4ae8947837962af7bd1235a8c392c12; ?> <?php unset($__componentOriginale4ae8947837962af7bd1235a8c392c12); ?> <?php endif; ?>
<!-- CMS Settings Start --> <li class="nav-header"><?php echo e(__('cms_settings')); ?></li>
<?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('settings.cms') ? true : false,'route' => 'settings.cms','icon' => 'fas fa-paragraph'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('cms')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?>
<?php if(Module::collections()->has('Newsletter') && $newsletter_enable): ?> <?php if(userCan('newsletter.view') || userCan('newsletter.mailsend')): ?> <?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('module.newsletter.*') ? true : false,'route' => 'module.newsletter.index','icon' => 'fas fa-envelope-open'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('newsletter')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php endif; ?> <?php endif; ?>
<!-- Blog and Tag --> <?php if(Module::collections()->has('Blog') && userCan('post.view') && $blog_enable): ?> <?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('module.post.*') || Route::is('module.postcategory.*') ? true : false,'route' => 'module.post.index','icon' => 'fas fa-blog'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('blog')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php endif; ?> <!-- Blog and Tag End -->
<?php if(Module::collections()->has('Testimonial') && userCan('testimonial.view') && $testimonial_enable): ?> <?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('module.testimonial.*') ? true : false,'route' => 'module.testimonial.index','icon' => 'fas fa-comment'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('testimonial')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php endif; ?> <?php if(userCan('faq.view') && $faq_enable): ?> <?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('module.faq.*') ? true : false,'route' => 'module.faq.index','icon' => 'fas fa-question'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('faq')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php endif; ?> <?php if($setting->ads_admin_approval): ?> <form action="<?php echo e(route('module.ad.index')); ?>" method="GET" id="pending_ads_form"> <input name="filter_by" type="text" value="pending" hidden> <input name="sort_by" type="text" value="latest" hidden> </form> <button onclick="$('#pending_ads_form').submit();" type="button" class="btn btn-primary mt-4 mx-3 text-white mb-3"> <?php echo e(__('pending_ads')); ?>
</button> <?php endif; ?> <!-- CMS Settings End -->
<!-- Settings Menu Items Start -->
<li class="nav-header"><?php echo e(__('website_setting')); ?></li> <?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('settings.system') ? true : false,'route' => 'settings.system','icon' => 'fas fa-hashtag'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('preferences')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('settings.cookies') ? true : false,'route' => 'settings.cookies','icon' => 'fas fa-cookie-bite'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('cookies_alert')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('settings.seo.*') ? true : false,'route' => 'settings.seo.index','icon' => 'fas fa-award'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('seo')); ?> <?php echo e(__('settings')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?>
<li class="nav-header"><?php echo e(__('general_settings')); ?></li> <?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('settings.general') || Route::is('settings.general.*') ? true : false,'route' => 'settings.general','icon' => 'fas fa-cog'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('site_settings')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?>
<?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('settings.theme') ? true : false,'route' => 'settings.theme','icon' => 'fas fa-swatchbook'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('theme_settings')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?>
<?php if($user->can('admin.view')): ?> <?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('user.*') || Route::is('role.*') ? true : false,'route' => 'user.index','icon' => 'fas fa-users'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('user_role_manage')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php endif; ?>
<?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('settings.email') ? true : false,'route' => 'settings.email','icon' => 'fas fa-envelope'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('SMTP')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?>
<?php if (isset($component)) { $__componentOriginale4ae8947837962af7bd1235a8c392c12 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginale4ae8947837962af7bd1235a8c392c12 = $attributes; } ?> <?php $component = App\View\Components\SidebarDropdown::resolve(['linkActive' => Route::is('settings.payment') || Route::is('settings.payment.*') ? true : false,'subLinkActive' => Route::is('settings.payment') || Route::is('settings.payment.*') ? true : false,'icon' => 'fas fa-credit-card'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-dropdown'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarDropdown::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php $__env->slot('title'); ?> <?php echo e(__('payment_gateway')); ?>
<?php $__env->endSlot(); ?>
<ul class="nav nav-treeview"> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('settings.payment') ? true : false,'route' => 'settings.payment','icon' => 'fas fa-circle'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('online_payment')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> </ul> <ul class="nav nav-treeview"> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('settings.payment.manual') ? true : false,'route' => 'settings.payment.manual','icon' => 'fas fa-circle'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('offline_payment')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> </ul> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginale4ae8947837962af7bd1235a8c392c12)): ?> <?php $attributes = $__attributesOriginale4ae8947837962af7bd1235a8c392c12; ?> <?php unset($__attributesOriginale4ae8947837962af7bd1235a8c392c12); ?> <?php endif; ?> <?php if (isset($__componentOriginale4ae8947837962af7bd1235a8c392c12)): ?> <?php $component = $__componentOriginale4ae8947837962af7bd1235a8c392c12; ?> <?php unset($__componentOriginale4ae8947837962af7bd1235a8c392c12); ?> <?php endif; ?>
<?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('settings.social.login') ? true : false,'route' => 'settings.social.login','icon' => 'fab fa-facebook'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('social_login')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?>
<?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('settings.module') ? true : false,'route' => 'settings.module','icon' => 'fas fa-cog'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('module')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('advertisement.index') ? true : false,'route' => 'advertisement.index','icon' => 'fas fa-ad'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('place_ads')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?>
<!-- International Start --> <li class="nav-header"><?php echo e(__('international')); ?></li> <?php if($language_enable): ?> <?php if(Auth::user()->can('setting.view') || Auth::user()->can('setting.update')): ?> <?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('language.*') ? true : false,'route' => 'language.index','icon' => 'fas fa-globe-asia'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('language')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php endif; ?> <?php endif; ?>
<?php if (isset($component)) { $__componentOriginalda8fb7a69edc7013b244021547b68d9d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalda8fb7a69edc7013b244021547b68d9d = $attributes; } ?> <?php $component = App\View\Components\Admin\SidebarList::resolve(['linkActive' => Route::is('module.currency.*') ? true : false,'route' => 'module.currency.index','icon' => 'fas fa-dollar-sign'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('admin.sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Admin\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('currency')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $attributes = $__attributesOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__attributesOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?> <?php if (isset($__componentOriginalda8fb7a69edc7013b244021547b68d9d)): ?> <?php $component = $__componentOriginalda8fb7a69edc7013b244021547b68d9d; ?> <?php unset($__componentOriginalda8fb7a69edc7013b244021547b68d9d); ?> <?php endif; ?>
<?php if (isset($component)) { $__componentOriginale4ae8947837962af7bd1235a8c392c12 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginale4ae8947837962af7bd1235a8c392c12 = $attributes; } ?> <?php $component = App\View\Components\SidebarDropdown::resolve(['linkActive' => Route::is('settings.payment') || Route::is('settings.payment.*') ? true : false,'subLinkActive' => Route::is('settings.payment') || Route::is('settings.payment.*') ? true : false,'icon' => 'fas fa-credit-card'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-dropdown'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarDropdown::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php $__env->slot('title'); ?> <?php echo e(__('location')); ?>
<?php $__env->endSlot(); ?>
<ul class="nav nav-treeview"> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('settings.location.country.country') ? true : false,'route' => 'settings.location.country.country','icon' => 'fas fa-circle'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('country')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> </ul> <ul class="nav nav-treeview"> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('settings.location.state.state') ? true : false,'route' => 'settings.location.state.state','icon' => 'fas fa-circle'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('state')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> </ul> <ul class="nav nav-treeview"> <?php if (isset($component)) { $__componentOriginal3cd13c15e83feda8187e33e25514a216 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3cd13c15e83feda8187e33e25514a216 = $attributes; } ?> <?php $component = App\View\Components\SidebarList::resolve(['linkActive' => Route::is('settings.location.city') ? true : false,'route' => 'settings.location.city','icon' => 'fas fa-circle'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('sidebar-list'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\SidebarList::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo e(__('city_lga')); ?>
<?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $attributes = $__attributesOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__attributesOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> <?php if (isset($__componentOriginal3cd13c15e83feda8187e33e25514a216)): ?> <?php $component = $__componentOriginal3cd13c15e83feda8187e33e25514a216; ?> <?php unset($__componentOriginal3cd13c15e83feda8187e33e25514a216); ?> <?php endif; ?> </ul> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginale4ae8947837962af7bd1235a8c392c12)): ?> <?php $attributes = $__attributesOriginale4ae8947837962af7bd1235a8c392c12; ?> <?php unset($__attributesOriginale4ae8947837962af7bd1235a8c392c12); ?> <?php endif; ?> <?php if (isset($__componentOriginale4ae8947837962af7bd1235a8c392c12)): ?> <?php $component = $__componentOriginale4ae8947837962af7bd1235a8c392c12; ?> <?php unset($__componentOriginale4ae8947837962af7bd1235a8c392c12); ?> <?php endif; ?>
</ul> </nav> <!-- Sidebar Menu --> <nav class="mt-2 nav-footer" style="border-top: 1px solid gray; padding-top: 20px;"> <ul class="nav nav-pills nav-sidebar flex-column nav-child-indent" role="menu" data-accordion="false"> <li class="nav-item"> <a target="_blank" href="/" class="nav-link" style="background-color: #007bff; color: #fff;"> <i class="nav-icon fas fa-globe"></i> <p><?php echo e(__('visit_website')); ?></p> </a> </li>
<li class="nav-item"> <a href="javascript:void(0" class="nav-link" onclick="event.preventDefault();document.getElementById('logout-form').submit();"> <i class="nav-icon fas fa-sign-out-alt"></i> <p><?php echo e(__('logout')); ?> </p> </a> <form id="logout-form" action="<?php echo e(route('admin.logout')); ?>" method="POST" class="d-none invisible"> <?php echo csrf_field(); ?> </form> </li> </ul> </nav> </div> </div> <!-- /.sidebar --> </aside> <?php /**PATH E:\add listing 8-9-25\addListing\resources\views/admin/layouts/partials/default-sidebar.blade.php ENDPATH**/ ?>
|