Viewing file: 33243ae0600e852058791a3b24c1b25c.php (18.48 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<footer class="bg-black border-t border-gray-100 dark:border-gray-900"> <div class="container py-12"> <div class="flex justify-between flex-wrap gap-6 items-center pb-8"> <div class="widget max-w-[424px] flex-grow"> <a href="/" class="mb-4 inline-flex"> <img src="<?php echo e(asset($setting->white_logo_url)); ?>" alt=""> </a> <ul class="flex flex-wrap gap-4"> <li><a href="<?php echo e(route('frontend.ads')); ?>" class="heading-07 text-gray-400 hover:text-white"><?php echo e(__('listing')); ?></a> </li> <li><a href="<?php echo e(route('frontend.about')); ?>" class="heading-07 text-gray-400 hover:text-white"><?php echo e(__('about_us')); ?></a> </li> <li><a href="<?php echo e(route('frontend.blog')); ?>" class="heading-07 text-gray-400 hover:text-white"> <?php echo e(__('blog')); ?></a> </li> <li><a href="<?php echo e(route('frontend.priceplan')); ?>" class="heading-07 text-gray-400 hover:text-white"><?php echo e(__('pricing_plan')); ?></a></li> </ul> </div> <div class="widget"> <?php if($mobile_setting->ios_download_url || $mobile_setting->android_download_url): ?> <div class="flex flex-wrap gap-3 items-center">
<?php if($mobile_setting->ios_download_url): ?> <a target="_blank" href="<?php echo e(asset($mobile_setting->ios_download_url)); ?>" class="app-store-btn !border-gray-700 inline-flex gap-3 items-center py-3 px-4 rounded-lg shadow-[0px_4px_6px_-2px_rgba(28,33,38,0.03)] bg-gray-800"> <?php if (isset($component)) { $__componentOriginalf23699da9056a56aa8f2213da0f28b01 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalf23699da9056a56aa8f2213da0f28b01 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.apple-icon','data' => ['fill' => 'white']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.apple-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(['fill' => 'white']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalf23699da9056a56aa8f2213da0f28b01)): ?> <?php $attributes = $__attributesOriginalf23699da9056a56aa8f2213da0f28b01; ?> <?php unset($__attributesOriginalf23699da9056a56aa8f2213da0f28b01); ?> <?php endif; ?> <?php if (isset($__componentOriginalf23699da9056a56aa8f2213da0f28b01)): ?> <?php $component = $__componentOriginalf23699da9056a56aa8f2213da0f28b01; ?> <?php unset($__componentOriginalf23699da9056a56aa8f2213da0f28b01); ?> <?php endif; ?> <div> <p class="body-xs-500 text-gray-500"><?php echo e(__('get_it_now')); ?></p> <p class="body-md-500 text-white"><?php echo e(__('app_store')); ?></p> </div> </a> <?php endif; ?>
<?php if($mobile_setting->android_download_url): ?> <a target="_blank" href="<?php echo e(asset($mobile_setting->android_download_url)); ?>" class="app-store-btn !border-gray-700 inline-flex gap-3 items-center py-3 px-4 rounded-lg shadow-[0px_4px_6px_-2px_rgba(28,33,38,0.03)] bg-gray-800"> <?php if (isset($component)) { $__componentOriginal3b215c6b8fb91ffedb4dbed9de7e8f8b = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3b215c6b8fb91ffedb4dbed9de7e8f8b = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.google-play-icon','data' => ['fill' => 'white']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.google-play-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(['fill' => 'white']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal3b215c6b8fb91ffedb4dbed9de7e8f8b)): ?> <?php $attributes = $__attributesOriginal3b215c6b8fb91ffedb4dbed9de7e8f8b; ?> <?php unset($__attributesOriginal3b215c6b8fb91ffedb4dbed9de7e8f8b); ?> <?php endif; ?> <?php if (isset($__componentOriginal3b215c6b8fb91ffedb4dbed9de7e8f8b)): ?> <?php $component = $__componentOriginal3b215c6b8fb91ffedb4dbed9de7e8f8b; ?> <?php unset($__componentOriginal3b215c6b8fb91ffedb4dbed9de7e8f8b); ?> <?php endif; ?> <div> <p class="body-xs-500 text-gray-500"><?php echo e(__('get_it_now')); ?></p> <p class="body-md-500 text-white"><?php echo e(__('google_play')); ?></p> </div> </a> <?php endif; ?>
</div> <?php endif; ?> </div> </div> <div class="flex flex-wrap gap-4 justify-between items-center py-8 border-t border-gray-800"> <p class="text-center body-md-400 text-gray-700 dark:text-gray-200">
© <?php echo e(date('Y')); ?> <strong><a href="<?php echo e(route('frontend.index')); ?>"><?php echo e(config('app.name')); ?></a></strong>. All rights reserved.
</p> <ul class="footer-social flex gap-2.5 items-center"> <?php if($setting->facebook): ?> <li> <a target="_blank" href="<?php echo e($setting->facebook); ?>" class="w-10 h-10 rounded-full text-gray-400 hover:text-white inline-flex justify-center items-center bg-gray-900 hover:!bg-primary-500 border border-gray-800"> <?php if (isset($component)) { $__componentOriginaladf8d905a87cf139c4f14915e1eb2834 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginaladf8d905a87cf139c4f14915e1eb2834 = $attributes; } ?> <?php $component = App\View\Components\Svg\FacebookIcon::resolve(['fill' => 'currentColor'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.facebook-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\FacebookIcon::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($__attributesOriginaladf8d905a87cf139c4f14915e1eb2834)): ?> <?php $attributes = $__attributesOriginaladf8d905a87cf139c4f14915e1eb2834; ?> <?php unset($__attributesOriginaladf8d905a87cf139c4f14915e1eb2834); ?> <?php endif; ?> <?php if (isset($__componentOriginaladf8d905a87cf139c4f14915e1eb2834)): ?> <?php $component = $__componentOriginaladf8d905a87cf139c4f14915e1eb2834; ?> <?php unset($__componentOriginaladf8d905a87cf139c4f14915e1eb2834); ?> <?php endif; ?> </a> </li> <?php endif; ?> <?php if($setting->twitter): ?> <li> <a target="_blank" href="<?php echo e($setting->twitter); ?>" class="w-10 h-10 rounded-full text-gray-400 hover:text-white inline-flex justify-center items-center bg-gray-900 hover:!bg-primary-500 border border-gray-800"> <?php if (isset($component)) { $__componentOriginalfd96a379163ede1ee9cee0a002b923b3 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalfd96a379163ede1ee9cee0a002b923b3 = $attributes; } ?> <?php $component = App\View\Components\Svg\TwitterIcon::resolve(['fill' => 'currentColor'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.twitter-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\TwitterIcon::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($__attributesOriginalfd96a379163ede1ee9cee0a002b923b3)): ?> <?php $attributes = $__attributesOriginalfd96a379163ede1ee9cee0a002b923b3; ?> <?php unset($__attributesOriginalfd96a379163ede1ee9cee0a002b923b3); ?> <?php endif; ?> <?php if (isset($__componentOriginalfd96a379163ede1ee9cee0a002b923b3)): ?> <?php $component = $__componentOriginalfd96a379163ede1ee9cee0a002b923b3; ?> <?php unset($__componentOriginalfd96a379163ede1ee9cee0a002b923b3); ?> <?php endif; ?> </a> </li> <?php endif; ?> <?php if($setting->instagram): ?> <li> <a target="_blank" href="<?php echo e($setting->instagram); ?>" class="w-10 h-10 rounded-full text-gray-400 hover:text-white inline-flex justify-center items-center bg-gray-900 hover:!bg-primary-500 border border-gray-800"> <?php if (isset($component)) { $__componentOriginaldb016909c83eb754379ec85bd3008ece = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginaldb016909c83eb754379ec85bd3008ece = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.instagram-icon','data' => ['fill' => 'currentColor']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.instagram-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(['fill' => 'currentColor']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginaldb016909c83eb754379ec85bd3008ece)): ?> <?php $attributes = $__attributesOriginaldb016909c83eb754379ec85bd3008ece; ?> <?php unset($__attributesOriginaldb016909c83eb754379ec85bd3008ece); ?> <?php endif; ?> <?php if (isset($__componentOriginaldb016909c83eb754379ec85bd3008ece)): ?> <?php $component = $__componentOriginaldb016909c83eb754379ec85bd3008ece; ?> <?php unset($__componentOriginaldb016909c83eb754379ec85bd3008ece); ?> <?php endif; ?> </a> </li> <?php endif; ?> <?php if($setting->youtube): ?> <li> <a target="_blank" href="<?php echo e($setting->youtube); ?>" class="w-10 h-10 rounded-full text-gray-400 hover:text-white inline-flex justify-center items-center bg-gray-900 hover:!bg-primary-500 border border-gray-800"> <?php if (isset($component)) { $__componentOriginalc88660e0598325ba9e69ba5d954422c0 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalc88660e0598325ba9e69ba5d954422c0 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.youtube-icon','data' => ['fill' => 'currentColor']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.youtube-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(['fill' => 'currentColor']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalc88660e0598325ba9e69ba5d954422c0)): ?> <?php $attributes = $__attributesOriginalc88660e0598325ba9e69ba5d954422c0; ?> <?php unset($__attributesOriginalc88660e0598325ba9e69ba5d954422c0); ?> <?php endif; ?> <?php if (isset($__componentOriginalc88660e0598325ba9e69ba5d954422c0)): ?> <?php $component = $__componentOriginalc88660e0598325ba9e69ba5d954422c0; ?> <?php unset($__componentOriginalc88660e0598325ba9e69ba5d954422c0); ?> <?php endif; ?> </a> </li> <?php endif; ?> <?php if($setting->linkdin): ?> <li> <a target="_blank" href="<?php echo e($setting->linkdin); ?>" class="w-10 h-10 rounded-full text-gray-400 hover:text-white inline-flex justify-center items-center bg-gray-900 hover:!bg-primary-500 border border-gray-800"> <?php if (isset($component)) { $__componentOriginal12b43f7f7c39513567e6141a5b993d04 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal12b43f7f7c39513567e6141a5b993d04 = $attributes; } ?> <?php $component = App\View\Components\Svg\LinkedinIcon::resolve(['fill' => 'currentColor'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.linkedin-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\LinkedinIcon::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($__attributesOriginal12b43f7f7c39513567e6141a5b993d04)): ?> <?php $attributes = $__attributesOriginal12b43f7f7c39513567e6141a5b993d04; ?> <?php unset($__attributesOriginal12b43f7f7c39513567e6141a5b993d04); ?> <?php endif; ?> <?php if (isset($__componentOriginal12b43f7f7c39513567e6141a5b993d04)): ?> <?php $component = $__componentOriginal12b43f7f7c39513567e6141a5b993d04; ?> <?php unset($__componentOriginal12b43f7f7c39513567e6141a5b993d04); ?> <?php endif; ?> </a> </li> <?php endif; ?> <?php if($setting->whatsapp): ?> <li> <a target="_blank" href="<?php echo e($setting->whatsapp); ?>" class="w-10 h-10 rounded-full text-gray-400 hover:text-white inline-flex justify-center items-center bg-gray-900 hover:!bg-primary-500 border border-gray-800"> <?php if (isset($component)) { $__componentOriginalc1a50ae9d99329e7d16af928a58af8ea = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalc1a50ae9d99329e7d16af928a58af8ea = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.whatsapp-icon','data' => ['fill' => 'currentColor']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.whatsapp-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(['fill' => 'currentColor']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalc1a50ae9d99329e7d16af928a58af8ea)): ?> <?php $attributes = $__attributesOriginalc1a50ae9d99329e7d16af928a58af8ea; ?> <?php unset($__attributesOriginalc1a50ae9d99329e7d16af928a58af8ea); ?> <?php endif; ?> <?php if (isset($__componentOriginalc1a50ae9d99329e7d16af928a58af8ea)): ?> <?php $component = $__componentOriginalc1a50ae9d99329e7d16af928a58af8ea; ?> <?php unset($__componentOriginalc1a50ae9d99329e7d16af928a58af8ea); ?> <?php endif; ?> </a> </li> <?php endif; ?> </ul> </div> </div> </footer> <?php /**PATH /home/picotech/domains/classify.picotech.app/public_html/resources/views/components/frontend/footer2/footer.blade.php ENDPATH**/ ?>
|