Viewing file: b109bcae57bc6941c4494abfe26be52e.php (30.68 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<header x-data="{ mobileMenu: false }" class="dark:bg-black"> <div class="container"> <div class="flex gap-3 justify-between items-center py-2 border-b border-gray-50 lg:hidden"> <button @click="mobileMenu = true"> <?php if (isset($component)) { $__componentOriginal846dfd65429a23b15d6540606d24b90e = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal846dfd65429a23b15d6540606d24b90e = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.menu-icon','data' => ['stroke' => 'currentColor','class' => 'text-black dark:text-white']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.menu-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(['stroke' => 'currentColor','class' => 'text-black dark:text-white']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal846dfd65429a23b15d6540606d24b90e)): ?> <?php $attributes = $__attributesOriginal846dfd65429a23b15d6540606d24b90e; ?> <?php unset($__attributesOriginal846dfd65429a23b15d6540606d24b90e); ?> <?php endif; ?> <?php if (isset($__componentOriginal846dfd65429a23b15d6540606d24b90e)): ?> <?php $component = $__componentOriginal846dfd65429a23b15d6540606d24b90e; ?> <?php unset($__componentOriginal846dfd65429a23b15d6540606d24b90e); ?> <?php endif; ?> </button> <div class="flex gap-2 items-center"> <?php if($setting->currency_changing && count($headerCurrencies)): ?> <?php $currency_count = count($headerCurrencies) && count($headerCurrencies) > 1; $current_currency_code = currentCurrencyCode(); $current_currency_symbol = currentCurrencySymbol(); ?> <span class="relative" x-data="{ currencyDropdown: false }" @click.outside="currencyDropdown = false"> <button @click="currencyDropdown = !currencyDropdown" class="py-1.5 px-3 bg-gray-50 dark:bg-gray-300 rounded-[5px] inline-flex gap-1 items-center md:heading-07" :class="currencyDropdown ? '' : ''" type="button"> <span> <?php echo e($current_currency_code); ?>
</span> <?php if (isset($component)) { $__componentOriginal29874623d5505e1ca5872e1d70ec9230 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal29874623d5505e1ca5872e1d70ec9230 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.arrow-down-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.arrow-down-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($__attributesOriginal29874623d5505e1ca5872e1d70ec9230)): ?> <?php $attributes = $__attributesOriginal29874623d5505e1ca5872e1d70ec9230; ?> <?php unset($__attributesOriginal29874623d5505e1ca5872e1d70ec9230); ?> <?php endif; ?> <?php if (isset($__componentOriginal29874623d5505e1ca5872e1d70ec9230)): ?> <?php $component = $__componentOriginal29874623d5505e1ca5872e1d70ec9230; ?> <?php unset($__componentOriginal29874623d5505e1ca5872e1d70ec9230); ?> <?php endif; ?> </button>
<?php if($currency_count): ?> <div class="currDropdown !top-[calc(100%+8px)]" x-show="currencyDropdown" x-transition x-cloak @click.outside="currencyDropdown=false"> <ul class="bg-white dark:bg-gray-300 flex flex-col py-2 rounded-md border border-gray-100 dark:border-gray-600 drop-shadow-[drop-shadow(0px_8px_8px_rgba(28,33,38,0.03))_drop-shadow(0px_20px_24px_rgba(28,33,38,0.08))] min-w-[12rem] relative"> <?php $__currentLoopData = $headerCurrencies; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $currency): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a href="<?php echo e(route('changeCurrency', $currency->code)); ?>" class="hover:bg-primary-50 hover:dark:bg-gray-600 py-1 px-4 transition-all duration-300 flex text-gray-700 dark:text-gray-900 body-md-400 <?php echo e($current_currency_code === $currency->code ? 'bg-primary-50 dark:bg-gray-600' : ''); ?>"> <?php echo e($currency->code); ?> (<?php echo e($currency->symbol); ?>) </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <?php endif; ?> </span> <?php endif; ?>
<?php if($language_enable && $setting->language_changing): ?> <span class="relative" x-data="{ langDropdown: false }" @click.outside="langDropdown = false"> <button @click="langDropdown = !langDropdown" class="py-1.5 px-3 bg-gray-50 dark:bg-gray-300 rounded-[5px] inline-flex gap-1 items-center md:heading-07" :class="langDropdown ? '' : ''" type="button"> <span> <?php echo e(currentLanguage() ? currentLanguage()->name : 'Default'); ?>
</span> <?php if (isset($component)) { $__componentOriginal29874623d5505e1ca5872e1d70ec9230 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal29874623d5505e1ca5872e1d70ec9230 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.arrow-down-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.arrow-down-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($__attributesOriginal29874623d5505e1ca5872e1d70ec9230)): ?> <?php $attributes = $__attributesOriginal29874623d5505e1ca5872e1d70ec9230; ?> <?php unset($__attributesOriginal29874623d5505e1ca5872e1d70ec9230); ?> <?php endif; ?> <?php if (isset($__componentOriginal29874623d5505e1ca5872e1d70ec9230)): ?> <?php $component = $__componentOriginal29874623d5505e1ca5872e1d70ec9230; ?> <?php unset($__componentOriginal29874623d5505e1ca5872e1d70ec9230); ?> <?php endif; ?> </button> <!-- Dropdown menu --> <div class="langDropdown !top-[calc(100%+8px)]" x-show="langDropdown" x-transition x-cloak @click.outside="langDropdown=false"> <ul class="bg-white dark:bg-gray-300 flex flex-col py-2 rounded-md border border-gray-100 dark:border-gray-300 drop-shadow-[drop-shadow(0px_8px_8px_rgba(28,33,38,0.03))_drop-shadow(0px_20px_24px_rgba(28,33,38,0.08))] min-w-[12rem] relative"> <?php $__currentLoopData = $languages; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $lang): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a href="<?php echo e(route('changeLanguage', $lang->code)); ?>" class="hover:bg-primary-50 dark:hover:bg-gray-700 py-1 px-4 transition-all duration-300 flex text-gray-700 dark:text-gray-100 body-md-400 <?php echo e(currentLanguage()->name == $lang->name ? 'bg-primary-50 dark:bg-gray-700' : ''); ?>"> <?php echo e($lang->name); ?>
</a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </span> <?php endif; ?> </div> </div> <div class="py-4 flex justify-between items-center"> <div class="flex gap-3 items-center"> <a href="/" class="inline-flex"> <img class="sm:max-w-[200px] max-[380px]:max-w-[120px] max-w-[100px]" id="logo" src="<?php echo e(asset($setting->white_logo_url)); ?>" alt=""> </a> <div class="hidden lg:block"> <?php if($setting->currency_changing && count($headerCurrencies)): ?> <?php $currency_count = count($headerCurrencies) && count($headerCurrencies) > 1; $current_currency_code = currentCurrencyCode(); $current_currency_symbol = currentCurrencySymbol(); ?> <span class="relative" x-data="{ currencyDropdown: false }" @click.outside="currencyDropdown = false"> <button @click="currencyDropdown = !currencyDropdown" class="py-1.5 px-3 bg-gray-50 dark:bg-gray-900 dark:text-white rounded-[5px] inline-flex gap-1 items-center md:heading-07" :class="currencyDropdown ? '' : ''" type="button"> <span> <?php echo e($current_currency_code); ?>
</span> <?php if (isset($component)) { $__componentOriginal29874623d5505e1ca5872e1d70ec9230 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal29874623d5505e1ca5872e1d70ec9230 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.arrow-down-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.arrow-down-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($__attributesOriginal29874623d5505e1ca5872e1d70ec9230)): ?> <?php $attributes = $__attributesOriginal29874623d5505e1ca5872e1d70ec9230; ?> <?php unset($__attributesOriginal29874623d5505e1ca5872e1d70ec9230); ?> <?php endif; ?> <?php if (isset($__componentOriginal29874623d5505e1ca5872e1d70ec9230)): ?> <?php $component = $__componentOriginal29874623d5505e1ca5872e1d70ec9230; ?> <?php unset($__componentOriginal29874623d5505e1ca5872e1d70ec9230); ?> <?php endif; ?> </button>
<?php if($currency_count): ?> <div class="currDropdown" x-show="currencyDropdown" x-transition x-cloak @click.outside="currencyDropdown=false"> <ul class="bg-white dark:bg-gray-800 flex flex-col py-2 rounded-md border border-gray-100 dark:border-gray-400 drop-shadow-[drop-shadow(0px_8px_8px_rgba(28,33,38,0.03))_drop-shadow(0px_20px_24px_rgba(28,33,38,0.08))] min-w-[12rem] relative"> <?php $__currentLoopData = $headerCurrencies; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $currency): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a href="<?php echo e(route('changeCurrency', $currency->code)); ?>" class="hover:bg-primary-50 hover:dark:bg-gray-600 py-1 px-4 transition-all duration-300 flex text-gray-700 dark:text-gray-300 body-md-400 <?php echo e($current_currency_code === $currency->code ? 'bg-primary-50 dark:bg-gray-600' : ''); ?>"> <?php echo e($currency->code); ?> (<?php echo e($currency->symbol); ?>) </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <?php endif; ?> </span> <?php endif; ?>
<?php if($language_enable && $setting->language_changing): ?> <span class="relative" x-data="{ langDropdown: false }" @click.outside="langDropdown = false"> <button @click="langDropdown = !langDropdown" class="py-1.5 px-3 bg-gray-50 dark:bg-gray-900 dark:text-white rounded-[5px] inline-flex gap-1 items-center heading-07" :class="langDropdown ? '' : ''" type="button"> <span> <?php echo e(currentLanguage() ? currentLanguage()->name : 'Default'); ?>
</span> <?php if (isset($component)) { $__componentOriginal29874623d5505e1ca5872e1d70ec9230 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal29874623d5505e1ca5872e1d70ec9230 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.arrow-down-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.arrow-down-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($__attributesOriginal29874623d5505e1ca5872e1d70ec9230)): ?> <?php $attributes = $__attributesOriginal29874623d5505e1ca5872e1d70ec9230; ?> <?php unset($__attributesOriginal29874623d5505e1ca5872e1d70ec9230); ?> <?php endif; ?> <?php if (isset($__componentOriginal29874623d5505e1ca5872e1d70ec9230)): ?> <?php $component = $__componentOriginal29874623d5505e1ca5872e1d70ec9230; ?> <?php unset($__componentOriginal29874623d5505e1ca5872e1d70ec9230); ?> <?php endif; ?> </button> <!-- Dropdown menu --> <div class="langDropdown " x-show="langDropdown" x-transition x-cloak @click.outside="langDropdown=false"> <ul class="bg-white dark:bg-gray-800 flex flex-col py-2 rounded-md border border-gray-100 dark:border-gray-400 drop-shadow-[drop-shadow(0px_8px_8px_rgba(28,33,38,0.03))_drop-shadow(0px_20px_24px_rgba(28,33,38,0.08))] min-w-[12rem] relative"> <?php $__currentLoopData = $languages; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $lang): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a href="<?php echo e(route('changeLanguage', $lang->code)); ?>" class="hover:bg-primary-50 hover:dark:bg-gray-600 py-1 px-4 transition-all duration-300 flex text-gray-700 dark:text-gray-300 body-md-400 <?php echo e(currentLanguage()->name == $lang->name ? 'bg-primary-50 dark:bg-gray-600' : ''); ?>"> <?php echo e($lang->name); ?>
</a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </span> <?php endif; ?> </div> </div> <div class="flex gap-6 items-center"> <ul class="hidden lg:flex lg:gap-4 xl:gap-6 items-center heading-07 text-gray-600"> <li> <a href="/" class="hover:text-gray-900 dark:text-gray-300 hover:dark:text-white">Home</a> </li> <li> <a href="<?php echo e(route('frontend.ads')); ?>" class="hover:text-gray-900 dark:text-gray-300 hover:dark:text-white">View Ads</a> </li> <li> <a href="<?php echo e(route('frontend.blog')); ?>" class="hover:text-gray-900 dark:text-gray-300 hover:dark:text-white">Blogs</a> </li> <li> <a href="<?php echo e(route('frontend.priceplan')); ?>" class="hover:text-gray-900 dark:text-gray-300 hover:dark:text-white">Pricing Plan</a> </li> <li> <a href="<?php echo e(route('frontend.contact')); ?>" class="hover:text-gray-900 dark:text-gray-300 hover:dark:text-white">Contact</a> </li> </ul> <div class="flex items-center gap-2"> <button id="darkModeToggle" class="bg-white dark:bg-gray-300 text-primary-500 dark:text-primary-700 border border-gray-100 dark:border-gray-700 p-1 rounded-full"> <span id="icon"> <!-- Custom SVG for Light Mode --> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-4 h-4"> <path stroke-linecap="round" stroke-linejoin="round" d="M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z" /> </svg> </span> </button> <?php if(auth('user')->check()): ?> <div class="relative inline-flex" x-data="{ messagePanel: false }" @click.outside="messagePanel = false"> <a href="<?php echo e(route('frontend.message')); ?>" class="transition-all duration-300 text-gray-700 dark:text-gray-100 hover:text-gray-900"> <?php if (isset($component)) { $__componentOriginal812cb51aa9e040a4d59d1b88851f943f = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal812cb51aa9e040a4d59d1b88851f943f = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.frontend.icons.chat','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('frontend.icons.chat'); ?> <?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($__attributesOriginal812cb51aa9e040a4d59d1b88851f943f)): ?> <?php $attributes = $__attributesOriginal812cb51aa9e040a4d59d1b88851f943f; ?> <?php unset($__attributesOriginal812cb51aa9e040a4d59d1b88851f943f); ?> <?php endif; ?> <?php if (isset($__componentOriginal812cb51aa9e040a4d59d1b88851f943f)): ?> <?php $component = $__componentOriginal812cb51aa9e040a4d59d1b88851f943f; ?> <?php unset($__componentOriginal812cb51aa9e040a4d59d1b88851f943f); ?> <?php endif; ?> </a> </div> <span class="relative cursor-pointer" x-data="{ userDropdown: false }" @click.outside="userDropdown = false"> <img @click="userDropdown = !userDropdown" class="w-6 sm:w-10 h-6 sm:h-10 rounded-full object-cover" src="<?php echo e(authUser()->image_url); ?>" /> <div class="absolute z-50 ltr:right-0 rtl:left-0 top-11 mt-1 min-w-[120px]" x-cloak x-show="userDropdown" x-transition> <ul class="bg-white flex flex-col py-2 rounded-md border border-gray-100 drop-shadow-[drop-shadow(0px_8px_8px_rgba(28,33,38,0.03))_drop-shadow(0px_20px_24px_rgba(28,33,38,0.08))] min-w-[12rem] relative "> <li> <a href="<?php echo e(route('frontend.dashboard')); ?>" class="hover:bg-primary-50 py-1 px-4 transition-all duration-300 flex text-gray-700 body-md-400"><?php echo e(__('dashboard')); ?></a> </li> <li> <a href="<?php echo e(route('frontend.account-setting')); ?>" class="hover:bg-primary-50 py-1 px-4 transition-all duration-300 flex text-gray-700 body-md-400"> <?php echo e(__('settings')); ?>
</a> </li> <li> <a href="javascript:void(0" onclick="event.preventDefault();document.getElementById('logout-form').submit();" class="hover:bg-primary-50 py-1 px-4 transition-all duration-300 flex text-gray-700 body-md-400"><?php echo e(__('logout')); ?>
</a> </li> <form id="logout-form" action="<?php echo e(route('frontend.logout')); ?>" method="POST" class="hidden invisible"> <?php echo csrf_field(); ?> </form> </ul> </div> </span> <?php else: ?> <a href="/login" class="btn-white dark:!text-white max-[640px]:px-2 max-[640px]:py-1"> Login </a> <?php endif; ?> <a href="<?php echo e(route('frontend.post')); ?>" class="btn-primary max-[400px]:hidden"> <?php if (isset($component)) { $__componentOriginalcb956cce178a0a92d0b9d1a16ae22eba = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcb956cce178a0a92d0b9d1a16ae22eba = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.solid-plus-circle','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.solid-plus-circle'); ?> <?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($__attributesOriginalcb956cce178a0a92d0b9d1a16ae22eba)): ?> <?php $attributes = $__attributesOriginalcb956cce178a0a92d0b9d1a16ae22eba; ?> <?php unset($__attributesOriginalcb956cce178a0a92d0b9d1a16ae22eba); ?> <?php endif; ?> <?php if (isset($__componentOriginalcb956cce178a0a92d0b9d1a16ae22eba)): ?> <?php $component = $__componentOriginalcb956cce178a0a92d0b9d1a16ae22eba; ?> <?php unset($__componentOriginalcb956cce178a0a92d0b9d1a16ae22eba); ?> <?php endif; ?> <span>Post Ad</span> </a> </div> </div> </div> </div>
<!-- responsive header --> <div class="responsive-menu lg:hidden p-6 z-[9999] fixed top-0 ltr:left-0 rtl:right-0 max-w-[300px] w-full h-full overflow-y-auto bg-white transition-all duration-300" :class="mobileMenu ? 'translate-x-0 visible' : '-translate-x-full rtl:translate-x-full invisible'"> <div class="flex flex-col gap-3"> <div class="flex justify-end items-center">
<button @click="mobileMenu = false"> <?php if (isset($component)) { $__componentOriginal8535c28c95fc85c74277752019685775 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal8535c28c95fc85c74277752019685775 = $attributes; } ?> <?php $component = App\View\Components\Svg\CrossIcon::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.cross-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\CrossIcon::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($__attributesOriginal8535c28c95fc85c74277752019685775)): ?> <?php $attributes = $__attributesOriginal8535c28c95fc85c74277752019685775; ?> <?php unset($__attributesOriginal8535c28c95fc85c74277752019685775); ?> <?php endif; ?> <?php if (isset($__componentOriginal8535c28c95fc85c74277752019685775)): ?> <?php $component = $__componentOriginal8535c28c95fc85c74277752019685775; ?> <?php unset($__componentOriginal8535c28c95fc85c74277752019685775); ?> <?php endif; ?> </button> </div> <h3 class="heading-07 text-gray-900"><?php echo e(__('pages')); ?></h3> <ul class="flex flex-col gap-3"> <li> <a href="/" class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">Home</a> </li> <li> <a href="<?php echo e(route('frontend.ads')); ?>" class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">View Ads</a> </li> <li> <a href="<?php echo e(route('frontend.blog')); ?>" class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">Blogs</a> </li> <li> <a href="<?php echo e(route('frontend.priceplan')); ?>" class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">Pricing Plan</a> </li> <li> <a href="<?php echo e(route('frontend.contact')); ?>" class="body-md-400 text-gray-700 hover:text-primary-500 transition-all duration-300">Contact</a> </li> </ul> </div> </div> <div @click="mobileMenu = false" class="mobile-overlay fixed top-0 left-0 h-full w-full bg-black/50 z-[999] transition-all duration-300 lg:hidden" :class="mobileMenu ? 'visible' : 'invisible'"></div> </header> <?php /**PATH E:\add listing 8-9-25\addListing\resources\views/components/frontend/header2/header.blade.php ENDPATH**/ ?>
|