Viewing file: 57a36e5c5c447a07d12a117f2cb70184.php (27.21 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="bg-white dark:bg-gray-900 hidden lg:block sticky top-6 w-full sm:max-w-[360px] sm:min-w-[360px] min-w-[330px] max-w-[300px] border border-gray-100 dark:border-gray-600 shadow-[0px_4px_8px_0px_rgba(28,33,38,0.08)] rounded-xl"> <?php $user = auth('user')->user(); ?>
<div class="p-6 flex gap-4 items-center border-b border-gray-100 dark:border-gray-600"> <img class="w-14 h-14 rounded-full object-cover" src="<?php echo e($user->image_url); ?>" alt=""> <div> <div class="flex gap-1"> <h2 class="heading-07 mb-0.5 text-gray-900 dark:text-white"><?php echo e($user->name); ?></h2> <?php if(auth('user')->user()->document_verified && auth('user')->user()->document_verified->status == 'approved'): ?> <span><?php if (isset($component)) { $__componentOriginalf231fa564e6b02201bac2f87f33576c2 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalf231fa564e6b02201bac2f87f33576c2 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.account-verification.verified-badge','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.account-verification.verified-badge'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalf231fa564e6b02201bac2f87f33576c2)): ?> <?php $attributes = $__attributesOriginalf231fa564e6b02201bac2f87f33576c2; ?> <?php unset($__attributesOriginalf231fa564e6b02201bac2f87f33576c2); ?> <?php endif; ?> <?php if (isset($__componentOriginalf231fa564e6b02201bac2f87f33576c2)): ?> <?php $component = $__componentOriginalf231fa564e6b02201bac2f87f33576c2; ?> <?php unset($__componentOriginalf231fa564e6b02201bac2f87f33576c2); ?> <?php endif; ?></span> <?php endif; ?> </div> <p class="body-md-400 text-gray-600 dark:text-gray-300"><?php echo e($user->email); ?></p> </div> </div> <ul class="py-6"> <li> <a href="<?php echo e(!request()->routeIs('frontend.dashboard') ? route('frontend.dashboard') : 'javascript:void(0)'); ?>" class="sidebar-menu-link <?php echo e(request()->routeIs('frontend.dashboard') ? 'active' : ''); ?>"> <?php if (isset($component)) { $__componentOriginalecd63aa550331fa8ae5c28d7528aa7ce = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalecd63aa550331fa8ae5c28d7528aa7ce = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.overview-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.overview-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalecd63aa550331fa8ae5c28d7528aa7ce)): ?> <?php $attributes = $__attributesOriginalecd63aa550331fa8ae5c28d7528aa7ce; ?> <?php unset($__attributesOriginalecd63aa550331fa8ae5c28d7528aa7ce); ?> <?php endif; ?> <?php if (isset($__componentOriginalecd63aa550331fa8ae5c28d7528aa7ce)): ?> <?php $component = $__componentOriginalecd63aa550331fa8ae5c28d7528aa7ce; ?> <?php unset($__componentOriginalecd63aa550331fa8ae5c28d7528aa7ce); ?> <?php endif; ?> <span><?php echo e(__('overview')); ?></span> </a> </li>
<li> <a href="<?php echo e(route('frontend.seller.profile', authUser()->username)); ?>" class="sidebar-menu-link <?php echo e(request()->routeIs('frontend.seller-dashboard') ? 'active' : ''); ?>"> <?php if (isset($component)) { $__componentOriginal53ba31d83ad3ef7a5c8fe13667e1fcdd = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal53ba31d83ad3ef7a5c8fe13667e1fcdd = $attributes; } ?> <?php $component = App\View\Components\Svg\UserIcon::resolve(['width' => '24','height' => '24','stroke' => 'currentColor'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.user-icon'); ?> <?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\Svg\UserIcon::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal53ba31d83ad3ef7a5c8fe13667e1fcdd)): ?> <?php $attributes = $__attributesOriginal53ba31d83ad3ef7a5c8fe13667e1fcdd; ?> <?php unset($__attributesOriginal53ba31d83ad3ef7a5c8fe13667e1fcdd); ?> <?php endif; ?> <?php if (isset($__componentOriginal53ba31d83ad3ef7a5c8fe13667e1fcdd)): ?> <?php $component = $__componentOriginal53ba31d83ad3ef7a5c8fe13667e1fcdd; ?> <?php unset($__componentOriginal53ba31d83ad3ef7a5c8fe13667e1fcdd); ?> <?php endif; ?> <span><?php echo e(__('public_profile')); ?></span> </a> </li>
<li> <a href="<?php echo e(!request()->routeIs('frontend.post') ? route('frontend.post') : 'javascript:void(0)'); ?>" class="sidebar-menu-link <?php echo e(request()->routeIs('frontend.post') ? 'active' : ''); ?>"> <?php if (isset($component)) { $__componentOriginal58a44afbd0982b1449d9c89160a0639b = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal58a44afbd0982b1449d9c89160a0639b = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.image-select-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.image-select-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal58a44afbd0982b1449d9c89160a0639b)): ?> <?php $attributes = $__attributesOriginal58a44afbd0982b1449d9c89160a0639b; ?> <?php unset($__attributesOriginal58a44afbd0982b1449d9c89160a0639b); ?> <?php endif; ?> <?php if (isset($__componentOriginal58a44afbd0982b1449d9c89160a0639b)): ?> <?php $component = $__componentOriginal58a44afbd0982b1449d9c89160a0639b; ?> <?php unset($__componentOriginal58a44afbd0982b1449d9c89160a0639b); ?> <?php endif; ?> <span><?php echo e(__('post_listing')); ?></span> </a> </li>
<li> <a href="<?php echo e(!request()->routeIs('frontend.my.listing') ? route('frontend.my.listing') : 'javascript:void(0)'); ?>" class="sidebar-menu-link <?php echo e(request()->routeIs('frontend.my.listing') ? 'active' : ''); ?>"> <?php if (isset($component)) { $__componentOriginaldd7125669283e5aa74538dfdb1d654d2 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginaldd7125669283e5aa74538dfdb1d654d2 = $attributes; } ?> <?php $component = App\View\Components\Svg\ListIcon::resolve(['width' => '24','height' => '24','stroke' => 'currentColor'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.list-icon'); ?> <?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\Svg\ListIcon::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginaldd7125669283e5aa74538dfdb1d654d2)): ?> <?php $attributes = $__attributesOriginaldd7125669283e5aa74538dfdb1d654d2; ?> <?php unset($__attributesOriginaldd7125669283e5aa74538dfdb1d654d2); ?> <?php endif; ?> <?php if (isset($__componentOriginaldd7125669283e5aa74538dfdb1d654d2)): ?> <?php $component = $__componentOriginaldd7125669283e5aa74538dfdb1d654d2; ?> <?php unset($__componentOriginaldd7125669283e5aa74538dfdb1d654d2); ?> <?php endif; ?> <span><?php echo e(__('my_ads')); ?></span> </a> </li> <li> <a href="<?php echo e(!request()->routeIs('frontend.resubmission.list') ? route('frontend.resubmission.list') : 'javascript:void(0)'); ?>" class="sidebar-menu-link <?php echo e(request()->routeIs('frontend.resubmission.list') ? 'active' : ''); ?>"> <?php if (isset($component)) { $__componentOriginaldd7125669283e5aa74538dfdb1d654d2 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginaldd7125669283e5aa74538dfdb1d654d2 = $attributes; } ?> <?php $component = App\View\Components\Svg\ListIcon::resolve(['width' => '24','height' => '24','stroke' => 'currentColor'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.list-icon'); ?> <?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\Svg\ListIcon::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginaldd7125669283e5aa74538dfdb1d654d2)): ?> <?php $attributes = $__attributesOriginaldd7125669283e5aa74538dfdb1d654d2; ?> <?php unset($__attributesOriginaldd7125669283e5aa74538dfdb1d654d2); ?> <?php endif; ?> <?php if (isset($__componentOriginaldd7125669283e5aa74538dfdb1d654d2)): ?> <?php $component = $__componentOriginaldd7125669283e5aa74538dfdb1d654d2; ?> <?php unset($__componentOriginaldd7125669283e5aa74538dfdb1d654d2); ?> <?php endif; ?> <span><?php echo e(__('resubmission_request')); ?></span> </a> </li> <li> <a href="<?php echo e(!request()->routeIs('frontend.favorite.list') ? route('frontend.favorite.list') : 'javascript:void(0)'); ?>" class="sidebar-menu-link <?php echo e(request()->routeIs('favorite-listing') ? 'active' : ''); ?>"> <?php if (isset($component)) { $__componentOriginal04c24a6eff9444ccfffc9ea1af49a074 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal04c24a6eff9444ccfffc9ea1af49a074 = $attributes; } ?> <?php $component = App\View\Components\Svg\HeartIcon::resolve(['fill' => 'none','stroke' => 'currentColor'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.heart-icon'); ?> <?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\Svg\HeartIcon::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal04c24a6eff9444ccfffc9ea1af49a074)): ?> <?php $attributes = $__attributesOriginal04c24a6eff9444ccfffc9ea1af49a074; ?> <?php unset($__attributesOriginal04c24a6eff9444ccfffc9ea1af49a074); ?> <?php endif; ?> <?php if (isset($__componentOriginal04c24a6eff9444ccfffc9ea1af49a074)): ?> <?php $component = $__componentOriginal04c24a6eff9444ccfffc9ea1af49a074; ?> <?php unset($__componentOriginal04c24a6eff9444ccfffc9ea1af49a074); ?> <?php endif; ?> <span><?php echo e(__('favorite_ads')); ?></span> </a> </li> <li> <a href="<?php echo e(!request()->routeIs('frontend.message') ? route('frontend.message') : 'javascript:void(0)'); ?>" class="sidebar-menu-link <?php echo e(request()->routeIs('message') ? 'active' : ''); ?>"> <?php if (isset($component)) { $__componentOriginalce476950c567194a4aba788d23990111 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalce476950c567194a4aba788d23990111 = $attributes; } ?> <?php $component = App\View\Components\Svg\MessageIcon::resolve(['width' => '24','height' => '24','stroke' => 'currentColor'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.message-icon'); ?> <?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\Svg\MessageIcon::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalce476950c567194a4aba788d23990111)): ?> <?php $attributes = $__attributesOriginalce476950c567194a4aba788d23990111; ?> <?php unset($__attributesOriginalce476950c567194a4aba788d23990111); ?> <?php endif; ?> <?php if (isset($__componentOriginalce476950c567194a4aba788d23990111)): ?> <?php $component = $__componentOriginalce476950c567194a4aba788d23990111; ?> <?php unset($__componentOriginalce476950c567194a4aba788d23990111); ?> <?php endif; ?> <span><?php echo e(__('message')); ?></span> </a> </li> <li> <a href="<?php echo e(route('frontend.plans-billing')); ?>" class="sidebar-menu-link <?php echo e(request()->routeIs('frontend.plans-billing') ? 'active' : ''); ?>"> <?php if (isset($component)) { $__componentOriginalf8d9606a4d95d606e2252b166fd54fbe = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalf8d9606a4d95d606e2252b166fd54fbe = $attributes; } ?> <?php $component = App\View\Components\Svg\InvoiceIcon::resolve(['width' => '24','height' => '24','stroke' => 'currentColor'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.invoice-icon'); ?> <?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\Svg\InvoiceIcon::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalf8d9606a4d95d606e2252b166fd54fbe)): ?> <?php $attributes = $__attributesOriginalf8d9606a4d95d606e2252b166fd54fbe; ?> <?php unset($__attributesOriginalf8d9606a4d95d606e2252b166fd54fbe); ?> <?php endif; ?> <?php if (isset($__componentOriginalf8d9606a4d95d606e2252b166fd54fbe)): ?> <?php $component = $__componentOriginalf8d9606a4d95d606e2252b166fd54fbe; ?> <?php unset($__componentOriginalf8d9606a4d95d606e2252b166fd54fbe); ?> <?php endif; ?> <span><?php echo e(__('plans_billing')); ?></span> </a> </li> <li> <a href="<?php echo e(route('get-blocked.users')); ?>" class="sidebar-menu-link <?php echo e(request()->routeIs('get-blocked.users') ? 'active' : ''); ?>"> <?php if (isset($component)) { $__componentOriginal235008fb128550479ff6d72ea3e41fa8 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal235008fb128550479ff6d72ea3e41fa8 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.frontend.icons.block','data' => ['stroke' => 'currentColor']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('frontend.icons.block'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['stroke' => 'currentColor']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal235008fb128550479ff6d72ea3e41fa8)): ?> <?php $attributes = $__attributesOriginal235008fb128550479ff6d72ea3e41fa8; ?> <?php unset($__attributesOriginal235008fb128550479ff6d72ea3e41fa8); ?> <?php endif; ?> <?php if (isset($__componentOriginal235008fb128550479ff6d72ea3e41fa8)): ?> <?php $component = $__componentOriginal235008fb128550479ff6d72ea3e41fa8; ?> <?php unset($__componentOriginal235008fb128550479ff6d72ea3e41fa8); ?> <?php endif; ?>
<span><?php echo e(__('Blocked List')); ?></span> </a> </li> <li> <a href="<?php echo e(route('frontend.wallet')); ?>" class="sidebar-menu-link <?php echo e(request()->routeIs('frontend.wallet') ? 'active' : ''); ?>"> <?php if (isset($component)) { $__componentOriginal93770dd04190eddd1a649bd9eaf7ebdc = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal93770dd04190eddd1a649bd9eaf7ebdc = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.heroicons.share','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.heroicons.share'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal93770dd04190eddd1a649bd9eaf7ebdc)): ?> <?php $attributes = $__attributesOriginal93770dd04190eddd1a649bd9eaf7ebdc; ?> <?php unset($__attributesOriginal93770dd04190eddd1a649bd9eaf7ebdc); ?> <?php endif; ?> <?php if (isset($__componentOriginal93770dd04190eddd1a649bd9eaf7ebdc)): ?> <?php $component = $__componentOriginal93770dd04190eddd1a649bd9eaf7ebdc; ?> <?php unset($__componentOriginal93770dd04190eddd1a649bd9eaf7ebdc); ?> <?php endif; ?>
<?php if(authUser()?->affiliate?->affiliate_code != null): ?> <span><?php echo e(__('affiliate_system')); ?></span> <?php else: ?> <span><?php echo e(__('become_an_affiliator')); ?></span> <?php endif; ?> </a> </li> <li> <a href="/dashboard/verify-account" class="sidebar-menu-link <?php echo e(request()->routeIs('frontend.verify.account') ? 'active' : ''); ?>"> <?php if (isset($component)) { $__componentOriginalbd7fb25e28b2d4e9e24c0c9b476160d4 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalbd7fb25e28b2d4e9e24c0c9b476160d4 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.user-check-icon','data' => ['width' => '24','height' => '24','stroke' => 'currentColor']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.user-check-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['width' => '24','height' => '24','stroke' => 'currentColor']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalbd7fb25e28b2d4e9e24c0c9b476160d4)): ?> <?php $attributes = $__attributesOriginalbd7fb25e28b2d4e9e24c0c9b476160d4; ?> <?php unset($__attributesOriginalbd7fb25e28b2d4e9e24c0c9b476160d4); ?> <?php endif; ?> <?php if (isset($__componentOriginalbd7fb25e28b2d4e9e24c0c9b476160d4)): ?> <?php $component = $__componentOriginalbd7fb25e28b2d4e9e24c0c9b476160d4; ?> <?php unset($__componentOriginalbd7fb25e28b2d4e9e24c0c9b476160d4); ?> <?php endif; ?> <span><?php echo e(__('verify_account')); ?></span> </a> </li> <li> <a href="<?php echo e(!request()->routeIs('frontend.account-setting') ? route('frontend.account-setting') : 'javascript:void(0)'); ?>" class="sidebar-menu-link <?php echo e(request()->routeIs('frontend.account-setting') ? 'active' : ''); ?>"> <?php if (isset($component)) { $__componentOriginal3fb56ae8c3115627688032236e495148 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3fb56ae8c3115627688032236e495148 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.setting-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.setting-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3fb56ae8c3115627688032236e495148)): ?> <?php $attributes = $__attributesOriginal3fb56ae8c3115627688032236e495148; ?> <?php unset($__attributesOriginal3fb56ae8c3115627688032236e495148); ?> <?php endif; ?> <?php if (isset($__componentOriginal3fb56ae8c3115627688032236e495148)): ?> <?php $component = $__componentOriginal3fb56ae8c3115627688032236e495148; ?> <?php unset($__componentOriginal3fb56ae8c3115627688032236e495148); ?> <?php endif; ?> <span><?php echo e(__('account_setting')); ?></span> </a> </li> <li> <a href="javascript:void(0" onclick="event.preventDefault();document.getElementById('sidebar-logout-form').submit();" class="sidebar-menu-link"> <?php if (isset($component)) { $__componentOriginal1992ed69b0aece954e3e98f471d2935a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal1992ed69b0aece954e3e98f471d2935a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.logout-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.logout-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal1992ed69b0aece954e3e98f471d2935a)): ?> <?php $attributes = $__attributesOriginal1992ed69b0aece954e3e98f471d2935a; ?> <?php unset($__attributesOriginal1992ed69b0aece954e3e98f471d2935a); ?> <?php endif; ?> <?php if (isset($__componentOriginal1992ed69b0aece954e3e98f471d2935a)): ?> <?php $component = $__componentOriginal1992ed69b0aece954e3e98f471d2935a; ?> <?php unset($__componentOriginal1992ed69b0aece954e3e98f471d2935a); ?> <?php endif; ?> <span><?php echo e(__('logout')); ?></span> </a> </li> <form id="sidebar-logout-form" action="<?php echo e(route('frontend.logout')); ?>" method="POST" class="hidden invisible"> <?php echo csrf_field(); ?> </form>
</ul> </div> <?php /**PATH E:\add listing 8-9-25\addListing\resources\views/frontend/layouts/partials/dashboard-sidebar.blade.php ENDPATH**/ ?>
|