Viewing file: fffe0bd0636563a7f1114ac0694a8b20.php (18.44 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title', __('about')); ?>
<?php $__env->startSection('meta'); ?> <?php $data = metaData('about'); ?>
<meta name="title" content="<?php echo e($data->title); ?>"> <meta name="description" content="<?php echo e($data->description); ?>">
<meta property="og:image" content="<?php echo e($data->image_url); ?>" /> <meta property="og:site_name" content="<?php echo e(config('app.name')); ?>"> <meta property="og:title" content="<?php echo e($data->title); ?>"> <meta property="og:url" content="<?php echo e(route('frontend.about')); ?>"> <meta property="og:type" content="article"> <meta property="og:description" content="<?php echo e($data->description); ?>">
<meta name=twitter:card content="<?php echo e($data->image_url); ?>" /> <meta name=twitter:site content="<?php echo e(config('app.name')); ?>" /> <meta name=twitter:url content="<?php echo e(route('frontend.about')); ?>" /> <meta name=twitter:title content="<?php echo e($data->title); ?>" /> <meta name=twitter:description content="<?php echo e($data->description); ?>" /> <meta name=twitter:image content="<?php echo e($data->image_url); ?>" /> <?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?> <div> <?php if (isset($component)) { $__componentOriginal044f5af546c391ddc719bb44e1cd807e = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal044f5af546c391ddc719bb44e1cd807e = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.frontend.breadcrumb.breadcrumb','data' => ['links' => [['url' => '#', 'text' => __('about_us')]]]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('frontend.breadcrumb.breadcrumb'); ?> <?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(['links' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute([['url' => '#', 'text' => __('about_us')]])]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal044f5af546c391ddc719bb44e1cd807e)): ?> <?php $attributes = $__attributesOriginal044f5af546c391ddc719bb44e1cd807e; ?> <?php unset($__attributesOriginal044f5af546c391ddc719bb44e1cd807e); ?> <?php endif; ?> <?php if (isset($__componentOriginal044f5af546c391ddc719bb44e1cd807e)): ?> <?php $component = $__componentOriginal044f5af546c391ddc719bb44e1cd807e; ?> <?php unset($__componentOriginal044f5af546c391ddc719bb44e1cd807e); ?> <?php endif; ?>
<!-- Hero Section --> <section class="py-16 dark:bg-gray-800"> <div class="container"> <div class="flex flex-col md:flex-row gap-12 items-center"> <div class="w-full body-md-400"> <h2 class="heading-03 mb-6 dark:text-white"><?php echo e(__('know_more_about_adlisting')); ?></h2> <?php if($cms->about_body): ?> <div class="dark:text-gray-100"> <?php echo $cms->about_body; ?>
</div> <?php endif; ?> </div> <?php if($cms->about_video_thumb): ?>
<div class="w-full relative"> <?php if($cms->about_video_thumb): ?> <img src="<?php echo e($cms->about_video_thumb); ?>" alt="about" /> <?php endif; ?> <?php if($cms->about_video_url && $cms->about_video_thumb): ?> <a href="<?php echo e($cms->about_video_url); ?>" class="venobox absolute inline-flex justify-center items-center bg-primary-500 w-16 h-16 rounded-full top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2" data-vbtype="video" data-autoplay="true"> <?php if (isset($component)) { $__componentOriginal4ea3a1f2ff66f544cd3e677010e87ffe = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal4ea3a1f2ff66f544cd3e677010e87ffe = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.play-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.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([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal4ea3a1f2ff66f544cd3e677010e87ffe)): ?> <?php $attributes = $__attributesOriginal4ea3a1f2ff66f544cd3e677010e87ffe; ?> <?php unset($__attributesOriginal4ea3a1f2ff66f544cd3e677010e87ffe); ?> <?php endif; ?> <?php if (isset($__componentOriginal4ea3a1f2ff66f544cd3e677010e87ffe)): ?> <?php $component = $__componentOriginal4ea3a1f2ff66f544cd3e677010e87ffe; ?> <?php unset($__componentOriginal4ea3a1f2ff66f544cd3e677010e87ffe); ?> <?php endif; ?> </a> <?php endif; ?> </div>
<?php endif; ?> </div> </div> </section>
<!-- How it works Section --> <section class="py-16 bg-gray-50 dark:bg-gray-900"> <div class="container"> <h2 class="heading-03 text-center text-gray-900 dark:text-white mb-8"><?php echo e(__('how_it_work')); ?></h2> <div class="grid gap-6 grid-cols-1 sm:grid-cols-2 lg:grid-cols-3"> <div class="relative bg-white dark:bg-gray-800 md:p-8 p-4 rounded-lg"> <span class="inline-block mb-6"> <?php if (isset($component)) { $__componentOriginal231c8c5538c28de67579a110c7c17b4b = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal231c8c5538c28de67579a110c7c17b4b = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.user-plus-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.user-plus-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($__attributesOriginal231c8c5538c28de67579a110c7c17b4b)): ?> <?php $attributes = $__attributesOriginal231c8c5538c28de67579a110c7c17b4b; ?> <?php unset($__attributesOriginal231c8c5538c28de67579a110c7c17b4b); ?> <?php endif; ?> <?php if (isset($__componentOriginal231c8c5538c28de67579a110c7c17b4b)): ?> <?php $component = $__componentOriginal231c8c5538c28de67579a110c7c17b4b; ?> <?php unset($__componentOriginal231c8c5538c28de67579a110c7c17b4b); ?> <?php endif; ?> </span> <span class="display-02 absolute md:top-8 top-4 text-gray-100 dark:text-gray-300 md:right-8 right-4"> 01 </span> <h2 class="heading-03 text-gray-900 dark:text-white/80"><?php echo e(__('create_account')); ?></h2> <p class="text-gray-300 body-md-400 mt-4"> <?php echo e($cms->create_account); ?>
</p> </div> <div class="relative bg-white dark:bg-gray-800 md:p-8 p-4 rounded-lg"> <span class="inline-block mb-6"> <?php if (isset($component)) { $__componentOriginal8d679b78101edec84f9d8eceb3e60eff = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal8d679b78101edec84f9d8eceb3e60eff = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.big-list-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.big-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(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($__attributesOriginal8d679b78101edec84f9d8eceb3e60eff)): ?> <?php $attributes = $__attributesOriginal8d679b78101edec84f9d8eceb3e60eff; ?> <?php unset($__attributesOriginal8d679b78101edec84f9d8eceb3e60eff); ?> <?php endif; ?> <?php if (isset($__componentOriginal8d679b78101edec84f9d8eceb3e60eff)): ?> <?php $component = $__componentOriginal8d679b78101edec84f9d8eceb3e60eff; ?> <?php unset($__componentOriginal8d679b78101edec84f9d8eceb3e60eff); ?> <?php endif; ?> </span> <span class="display-02 absolute md:top-8 top-4 right-4 text-gray-100 dark:text-gray-300 md:right-8"> 02 </span> <h2 class="heading-03 text-gray-900 dark:text-white/80"><?php echo e(__('post_listing')); ?></h2> <p class="text-gray-300 body-md-400 mt-4"> <?php echo e($cms->post_ads); ?>
</p> </div> <div class="relative bg-white dark:bg-gray-800 md:p-8 p-4 rounded-lg"> <span class="inline-block mb-6"> <?php if (isset($component)) { $__componentOriginala14179ebb48b37c50a3723ff7e882eb1 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginala14179ebb48b37c50a3723ff7e882eb1 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.green-cube-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.green-cube-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($__attributesOriginala14179ebb48b37c50a3723ff7e882eb1)): ?> <?php $attributes = $__attributesOriginala14179ebb48b37c50a3723ff7e882eb1; ?> <?php unset($__attributesOriginala14179ebb48b37c50a3723ff7e882eb1); ?> <?php endif; ?> <?php if (isset($__componentOriginala14179ebb48b37c50a3723ff7e882eb1)): ?> <?php $component = $__componentOriginala14179ebb48b37c50a3723ff7e882eb1; ?> <?php unset($__componentOriginala14179ebb48b37c50a3723ff7e882eb1); ?> <?php endif; ?> </span> <span class="display-01 absolute md:top-8 top-4 text-gray-100 dark:text-gray-300 right-4 md:right-8"> 03 </span> <h2 class="heading-03 text-gray-900 dark:text-white/80"><?php echo e(__('start_earning')); ?></h2> <p class="text-gray-300 body-md-400 mt-4"> <?php echo e($cms->start_earning); ?>
</p> </div> </div> </div> </section>
<?php if($testimonials->count() > 0): ?> <!-- Testimonial Section --> <section class="pt-16 dark:bg-gray-800"> <div class="container"> <h2 class="heading-02 text-center mb-8 dark:text-white/90"><?php echo e(__('customer_voice')); ?></h2> <div class="swiper testimonial-slider"> <div class="swiper-wrapper"> <?php $__currentLoopData = $testimonials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $testimonial): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="swiper-slide"> <div class="testimonial-card shadow-sm rounded-lg p-6 dark:text-white/80"> <p class="body-md-400 text-center mb-4"><?php echo e($testimonial->description); ?></p> <h2 class="text-center heading-06 mb-3"><?php echo e($testimonial->name); ?></h2> <ul class="rating flex justify-center items-center"> <?php for($i = 0; $i < $testimonial->stars; $i++): ?> <li class="rating-icon"> <?php if (isset($component)) { $__componentOriginal53d3c6dd3be296e0b5958761fa29f379 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal53d3c6dd3be296e0b5958761fa29f379 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.star-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.star-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($__attributesOriginal53d3c6dd3be296e0b5958761fa29f379)): ?> <?php $attributes = $__attributesOriginal53d3c6dd3be296e0b5958761fa29f379; ?> <?php unset($__attributesOriginal53d3c6dd3be296e0b5958761fa29f379); ?> <?php endif; ?> <?php if (isset($__componentOriginal53d3c6dd3be296e0b5958761fa29f379)): ?> <?php $component = $__componentOriginal53d3c6dd3be296e0b5958761fa29f379; ?> <?php unset($__componentOriginal53d3c6dd3be296e0b5958761fa29f379); ?> <?php endif; ?> </li> <?php endfor; ?> </ul> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </section> <?php endif; ?>
<!-- suppor-brand section start --> <?php if($aboutSliders->count() > 0): ?> <section class="section py-16 dark:bg-gray-800"> <div class="container"> <h2 class="heading-06 text-center mb-16 dark:text-white"><?php echo e(__('supported_by')); ?></h2>
<div class="swiper brand-slider"> <div class="swiper-wrapper"> <?php $__currentLoopData = $aboutSliders; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $aboutSlider): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="swiper-slide inline-flex max-w-max"> <img class="w-[120px] h-[45px] object-contain grayscale dark:grayscale-0" src="<?php echo e($aboutSlider->ImageUrl); ?>" alt="brand-icon" /> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </section> <?php endif; ?> <!-- suppor-brand section end --> </div> <?php $__env->stopSection(); ?> <?php $__env->startPush('css'); ?> <!-- Add venobox --> <link rel="stylesheet" href="<?php echo e(asset('frontend/css/venobox.min.css')); ?>" type="text/css" media="screen" /> <style> .vbox-child { max-width: 750px !important; } </style> <?php $__env->stopPush(); ?> <?php $__env->startPush('js'); ?> <!-- Add venobox --> <script type="text/javascript" src="<?php echo e(asset('frontend/js/venobox.min.js')); ?>"></script> <script> $(document).ready(function() { /* default settings */ $('.venobox').venobox(); }); </script> <?php $__env->stopPush(); ?>
<?php echo $__env->make('frontend.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/classify.picotech.app/public_html/resources/views/frontend/about.blade.php ENDPATH**/ ?>
|