Viewing file: 0436cf815ebcfd401b91eee283c3e5e4.php (1.25 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps(['ad' => null]) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['ad' => null]); ?> <?php foreach (array_filter((['ad' => null]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $__defined_vars = get_defined_vars(); ?> <?php foreach ($attributes as $__key => $__value) { if (array_key_exists($__key, $__defined_vars)) unset($$__key); } ?> <?php unset($__defined_vars); ?>
<div class="border border-gray-100 rounded-l-lg"> <div class="px-5 pt-5 pb-3 flex flex-col gap-2"> <h3 class="body-lg-500 text-gray-900"><?php echo e(__('location')); ?></h3> <p class="body-md-400 text-gray-700"> <?php echo e($ad->district ? $ad->district . ', ' : ''); ?>
<?php echo e($ad->region ? $ad->region . ', ' : ''); ?>
<?php echo e($ad->country ?? ''); ?>
</p> </div>
<div id="map" class="min-h-[248px]"></div> </div> <?php /**PATH /home/picotech/domains/classify.picotech.app/public_html/resources/views/components/frontend/ad-card/details/sidebar-bottom.blade.php ENDPATH**/ ?>
|