Viewing file: d20e99bd83f1cf6dd9d851fd00a0fa89.php (40.65 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(__('plan_details')); ?> (<?php echo e($plan->label); ?>) <?php $__env->stopSection(); ?>
<?php $__env->startSection('meta'); ?> <?php $data = metaData('pricing'); ?>
<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.priceplan')); ?>"> <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.priceplan')); ?>" /> <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'); ?> <!-- breedcrumb section start --> <?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' => __('Plan Details')], ['url' => '#', 'text' => $plan->label]]]] + (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' => __('Plan Details')], ['url' => '#', 'text' => $plan->label]])]); ?> <?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; ?> <!-- breedcrumb section end --> <section class="bg-primary-50 dark:bg-gray-800 py-8"> <div class="container"> <h2 class="heading-05 dark:text-white mb-6"><?php echo e(__('plan_details_and_benefits')); ?> </h2> <div class="bg-white shadow-sm rounded-xl p-8"> <h2 class="heading-07 dark:text-white mb-8"><?php echo e(__('current_plan_benefits')); ?></h2> <ul class="flex flex-col gap-4"> <li class="flex items-center body-md-400 text-gray-900 gap-[0.38rem]"> <?php if($plan->ad_limit === 0): ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-red-500 text-white font-bold flex items-center justify-center"> <?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; ?> </span> <?php echo e(__('listing_post')); ?> : <?php echo e(__('not_included')); ?>
<?php else: ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-primary-500 text-white font-bold flex items-center justify-center"> <?php if (isset($component)) { $__componentOriginal5f534b914d80e877873d64c186bf1b89 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5f534b914d80e877873d64c186bf1b89 = $attributes; } ?> <?php $component = App\View\Components\Svg\CheckIcon::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.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(App\View\Components\Svg\CheckIcon::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($__attributesOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $attributes = $__attributesOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__attributesOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> <?php if (isset($__componentOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $component = $__componentOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__componentOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> </span> <?php echo e(__('listing_post_limit')); ?> : <?php echo e($plan->ad_limit); ?>
<?php endif; ?> </li>
<li class="flex items-center body-md-400 text-gray-900 gap-[0.38rem] <?php echo e($plan->featured_limit ? 'active' : ''); ?>"> <?php if($plan->featured_limit === 0): ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-red-500 text-white font-bold flex items-center justify-center"> <?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; ?> </span> <?php echo e(__('featured_listing')); ?> : <?php echo e(__('not_included')); ?>
<?php else: ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-primary-500 text-white font-bold flex items-center justify-center"> <?php if (isset($component)) { $__componentOriginal5f534b914d80e877873d64c186bf1b89 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5f534b914d80e877873d64c186bf1b89 = $attributes; } ?> <?php $component = App\View\Components\Svg\CheckIcon::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.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(App\View\Components\Svg\CheckIcon::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($__attributesOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $attributes = $__attributesOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__attributesOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> <?php if (isset($__componentOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $component = $__componentOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__componentOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> </span> <?php echo e(__('featured_listing_limit')); ?> : <?php echo e($plan->featured_limit); ?> <?php echo e(__('for')); ?> <?php echo e($plan->featured_duration < 1 ? __('lifetime') : $plan->featured_duration); ?>
<?php if($plan->featured_duration == 1): ?> <?php echo e(__('day')); ?>
<?php else: ?> <?php echo e(__('days')); ?>
<?php endif; ?>
<?php endif; ?> </li>
<li class="flex items-center body-md-400 text-gray-900 gap-[0.38rem] <?php echo e($plan->urgent_limit ? 'active' : ''); ?>"> <?php if($plan->urgent_limit === 0): ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-red-500 text-white font-bold flex items-center justify-center"> <?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; ?> </span> <?php echo e(__('urgent_listing')); ?> : <?php echo e(__('not_included')); ?>
<?php else: ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-primary-500 text-white font-bold flex items-center justify-center"> <?php if (isset($component)) { $__componentOriginal5f534b914d80e877873d64c186bf1b89 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5f534b914d80e877873d64c186bf1b89 = $attributes; } ?> <?php $component = App\View\Components\Svg\CheckIcon::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.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(App\View\Components\Svg\CheckIcon::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($__attributesOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $attributes = $__attributesOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__attributesOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> <?php if (isset($__componentOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $component = $__componentOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__componentOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> </span> <?php echo e(__('urgent_listing_limit')); ?> : <?php echo e($plan->urgent_limit); ?> <?php echo e(__('for')); ?> <?php echo e($plan->urgent_duration < 1 ? __('lifetime') : $plan->urgent_duration); ?>
<?php if($plan->urgent_duration == 1): ?> <?php echo e(__('day')); ?>
<?php else: ?> <?php echo e(__('days')); ?>
<?php endif; ?>
<?php endif; ?> </li>
<li class="flex items-center body-md-400 text-gray-900 gap-[0.38rem] <?php echo e($plan->highlight_limit ? 'active' : ''); ?>"> <?php if($plan->highlight_limit === 0): ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-red-500 text-white font-bold flex items-center justify-center"> <?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; ?> </span> <?php echo e(__('highlight_listing')); ?> : <?php echo e(__('not_included')); ?>
<?php else: ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-primary-500 text-white font-bold flex items-center justify-center"> <?php if (isset($component)) { $__componentOriginal5f534b914d80e877873d64c186bf1b89 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5f534b914d80e877873d64c186bf1b89 = $attributes; } ?> <?php $component = App\View\Components\Svg\CheckIcon::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.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(App\View\Components\Svg\CheckIcon::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($__attributesOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $attributes = $__attributesOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__attributesOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> <?php if (isset($__componentOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $component = $__componentOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__componentOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> </span> <?php echo e(__('highlight_listing_limit')); ?> : <?php echo e($plan->highlight_limit); ?> <?php echo e(__('for')); ?> <?php echo e($plan->highlight_duration < 1 ? __('lifetime') : $plan->highlight_duration); ?>
<?php if($plan->highlight_duration == 1): ?> <?php echo e(__('day')); ?>
<?php else: ?> <?php echo e(__('days')); ?>
<?php endif; ?> <?php endif; ?> </li>
<li class="flex items-center body-md-400 text-gray-900 gap-[0.38rem] <?php echo e($plan->top_limit ? 'active' : ''); ?>"> <?php if($plan->top_limit === 0): ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-red-500 text-white font-bold flex items-center justify-center"> <?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; ?> </span> <?php echo e(__('top_listing')); ?> : <?php echo e(__('not_included')); ?>
<?php else: ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-primary-500 text-white font-bold flex items-center justify-center"> <?php if (isset($component)) { $__componentOriginal5f534b914d80e877873d64c186bf1b89 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5f534b914d80e877873d64c186bf1b89 = $attributes; } ?> <?php $component = App\View\Components\Svg\CheckIcon::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.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(App\View\Components\Svg\CheckIcon::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($__attributesOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $attributes = $__attributesOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__attributesOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> <?php if (isset($__componentOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $component = $__componentOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__componentOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> </span> <?php echo e(__('top_listing_limit')); ?> : <?php echo e($plan->top_limit); ?> <?php echo e(__('for')); ?>
<?php echo e($plan->top_duration < 1 ? __('lifetime') : $plan->top_duration); ?>
<?php if($plan->top_duration == 1): ?> <?php echo e(__('day')); ?>
<?php else: ?> <?php echo e(__('days')); ?>
<?php endif; ?>
<?php endif; ?> </li>
<li class="flex items-center body-md-400 text-gray-900 gap-[0.38rem] <?php echo e($plan->bump_up_limit ? 'active' : ''); ?>"> <?php if($plan->bump_up_limit === 0): ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-red-500 text-white font-bold flex items-center justify-center"> <?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; ?> </span> <?php echo e(__('bump_up_listing')); ?> : <?php echo e(__('not_included')); ?>
<?php else: ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-primary-500 text-white font-bold flex items-center justify-center"> <?php if (isset($component)) { $__componentOriginal5f534b914d80e877873d64c186bf1b89 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5f534b914d80e877873d64c186bf1b89 = $attributes; } ?> <?php $component = App\View\Components\Svg\CheckIcon::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.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(App\View\Components\Svg\CheckIcon::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($__attributesOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $attributes = $__attributesOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__attributesOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> <?php if (isset($__componentOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $component = $__componentOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__componentOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> </span> <?php echo e(__('bump_up_listing_limit')); ?> : <?php echo e($plan->bump_up_limit); ?> <?php echo e(__('for')); ?> <?php echo e($plan->bump_up_duration < 1 ? __('lifetime') : $plan->bump_up_duration); ?>
<?php if($plan->bump_up_duration == 1): ?> <?php echo e(__('day')); ?>
<?php else: ?> <?php echo e(__('days')); ?>
<?php endif; ?>
<?php endif; ?> </li>
<li class="flex items-center body-md-400 text-gray-900 gap-[0.38rem]"> <?php if(!$plan->badge): ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-red-500 text-white font-bold flex items-center justify-center"> <?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; ?> </span> <?php echo e(__('membership_badge')); ?> : <?php echo e(__('not_included')); ?>
<?php else: ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-primary-500 text-white font-bold flex items-center justify-center"> <?php if (isset($component)) { $__componentOriginal5f534b914d80e877873d64c186bf1b89 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5f534b914d80e877873d64c186bf1b89 = $attributes; } ?> <?php $component = App\View\Components\Svg\CheckIcon::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.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(App\View\Components\Svg\CheckIcon::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($__attributesOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $attributes = $__attributesOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__attributesOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> <?php if (isset($__componentOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $component = $__componentOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__componentOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> </span> <?php echo e(__('membership_badge')); ?>
<?php endif; ?> </li>
<li class="flex items-center body-md-400 text-gray-900 gap-[0.38rem]"> <?php if(!$plan->premium_member): ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-red-500 text-white font-bold flex items-center justify-center"> <?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; ?> </span> <?php echo e(__('premium_membership')); ?> : <?php echo e(__('not_included')); ?>
<?php else: ?> <span class="h-[1.5rem] w-[1.5rem] rounded-full bg-primary-500 text-white font-bold flex items-center justify-center"> <?php if (isset($component)) { $__componentOriginal5f534b914d80e877873d64c186bf1b89 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5f534b914d80e877873d64c186bf1b89 = $attributes; } ?> <?php $component = App\View\Components\Svg\CheckIcon::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.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(App\View\Components\Svg\CheckIcon::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($__attributesOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $attributes = $__attributesOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__attributesOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> <?php if (isset($__componentOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $component = $__componentOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__componentOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> </span> <?php echo e(__('premium_membership')); ?>
<?php endif; ?> </li> </ul> </div> </div>
<?php if($plan->plan_payment_type == 'one_time'): ?> <?php if (isset($component)) { $__componentOriginalbf188d37b380124f3493628a2208993f = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalbf188d37b380124f3493628a2208993f = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.frontend.plan.onetime-plan','data' => ['manualpayments' => $manual_payments,'plan' => $plan,'midtoken' => $mid_token,'walletbalance' => $wallet_balance,'currentplan' => $current_plan]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('frontend.plan.onetime-plan'); ?> <?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(['manualpayments' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($manual_payments),'plan' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($plan),'midtoken' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($mid_token),'walletbalance' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($wallet_balance),'currentplan' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($current_plan)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalbf188d37b380124f3493628a2208993f)): ?> <?php $attributes = $__attributesOriginalbf188d37b380124f3493628a2208993f; ?> <?php unset($__attributesOriginalbf188d37b380124f3493628a2208993f); ?> <?php endif; ?> <?php if (isset($__componentOriginalbf188d37b380124f3493628a2208993f)): ?> <?php $component = $__componentOriginalbf188d37b380124f3493628a2208993f; ?> <?php unset($__componentOriginalbf188d37b380124f3493628a2208993f); ?> <?php endif; ?> <?php elseif($plan->plan_payment_type == 'recurring'): ?> <?php if (isset($component)) { $__componentOriginal1c8a341a05cd6a8f0f8ff3ddb9cf39fe = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal1c8a341a05cd6a8f0f8ff3ddb9cf39fe = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.frontend.plan.recurring-plan','data' => ['plan' => $plan,'intent' => $intent,'currentplan' => $current_plan]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('frontend.plan.recurring-plan'); ?> <?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(['plan' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($plan),'intent' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($intent),'currentplan' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($current_plan)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal1c8a341a05cd6a8f0f8ff3ddb9cf39fe)): ?> <?php $attributes = $__attributesOriginal1c8a341a05cd6a8f0f8ff3ddb9cf39fe; ?> <?php unset($__attributesOriginal1c8a341a05cd6a8f0f8ff3ddb9cf39fe); ?> <?php endif; ?> <?php if (isset($__componentOriginal1c8a341a05cd6a8f0f8ff3ddb9cf39fe)): ?> <?php $component = $__componentOriginal1c8a341a05cd6a8f0f8ff3ddb9cf39fe; ?> <?php unset($__componentOriginal1c8a341a05cd6a8f0f8ff3ddb9cf39fe); ?> <?php endif; ?> <?php endif; ?> </section> <?php $__env->stopSection(); ?>
<?php $__env->startPush('css'); ?> <style> .sweet-alert{ width: 650px !important; }
.sweet-alert p{ font-size: 18px !important; font-weight: 500 !important; margin-top: 10px !important; } </style> <?php $__env->stopPush(); ?>
<?php echo $__env->make('frontend.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH E:\add listing 8-9-25\addListing\resources\views/frontend/plan-details.blade.php ENDPATH**/ ?>
|