Viewing file: 2e22ca75571864d48c9df7f17f67ef7d.php (3.94 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title', __('ad_post_success')); ?>
<?php $__env->startSection('content'); ?> <div class="max-w-[872px] overflow-hidden bg-primary-50 my-24 mx-auto rounded-xl p-12"> <div class="text-center max-w-[648px] w-full mx-auto"> <div class="flex justify-center items-center text-primary-500 mb-8"> <?php if (isset($component)) { $__componentOriginal42b9c76ecb246d8b0b571c219ce4d823 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal42b9c76ecb246d8b0b571c219ce4d823 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.post-success-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.post-success-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($__attributesOriginal42b9c76ecb246d8b0b571c219ce4d823)): ?> <?php $attributes = $__attributesOriginal42b9c76ecb246d8b0b571c219ce4d823; ?> <?php unset($__attributesOriginal42b9c76ecb246d8b0b571c219ce4d823); ?> <?php endif; ?> <?php if (isset($__componentOriginal42b9c76ecb246d8b0b571c219ce4d823)): ?> <?php $component = $__componentOriginal42b9c76ecb246d8b0b571c219ce4d823; ?> <?php unset($__componentOriginal42b9c76ecb246d8b0b571c219ce4d823); ?> <?php endif; ?> </div> <?php if($mode == 'update'): ?> <h2 class="text-xl font-display font-semibold text-gray-900 mb-2"> <?php echo e(__('your_ad_has_successfully_update')); ?>
</h2> <?php elseif($mode == 'draft'): ?> <h2 class="text-xl font-display font-semibold text-gray-900 mb-2"> <?php echo e(__('your_ad_has_successfully_drafted')); ?>
</h2> <?php else: ?> <h2 class="text-xl font-display font-semibold text-gray-900 mb-2"> <?php echo e(__('your_ad_has_successfully_publish')); ?>
</h2> <?php endif; ?> <?php if($mode=="draft"): ?> <p class="text-base text-gray-500 max-w-[384px] w-full mx-auto mb-6"> <?php echo e(__('ad_drafted_success_description')); ?>
</p> <?php elseif($mode == 'update'): ?> <p class="text-base text-gray-500 max-w-[384px] w-full mx-auto mb-6"> <?php echo e(__('ad_update_success_description')); ?>
</p> <?php else: ?> <p class="text-base text-gray-500 max-w-[384px] w-full mx-auto mb-6"> <?php echo e(__('ad_create_success_description')); ?>
</p> <?php endif; ?>
<div class="flex flex-col sm:flex-row justify-center gap-3"> <a href="/dashboard" class="btn-primary"> Go To Dashboard </a> <a href="<?php echo e(route('frontend.addetails', $ad_slug)); ?>" class="btn-secondary"> <span> <?php echo e(__('view_ad')); ?>
</span> </a> </div>
</div> </div> <?php $__env->stopSection(); ?>
<?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/postad/postsuccess.blade.php ENDPATH**/ ?>
|