HEX
Server: Apache/2.4.57 (Unix) OpenSSL/1.1.1k
System: Linux server.eshhar.net 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64
User: xdas (1048)
PHP: 7.4.33
Disabled: mail,sendmail
Upload Files
File: /home/xdas/public_html/oldsite/storage/framework/views/3cd372e0898d26940ed690f5036c214a19ab621a.php

<?php $__env->startSection('content'); ?>
 <!-- start top page -->
 <section class="top-page">
        <div class="container">
                <ol class="breadcrumb">
                <li><a href="<?php echo e(url('/')); ?>"><?php echo e(trans('massege.home')); ?></a></li>
                <?php if(app()->getLocale() == 'ar'): ?>
                    <li class="active"><?php echo app('translator')->getFromJson('massege.Search'); ?></li>
                    <?php else: ?>
                    <li class="active">><?php echo app('translator')->getFromJson('massege.Search'); ?></li>
                <?php endif; ?>
            </ol>
        </div>
    </section>
    <!-- end top page -->
    <!-- start contentpage -->
    <section class="content-page p-80">
            <div class="container">
                <div class="m-20">
                        <h4 class="s-span"><?php echo app('translator')->getFromJson('massege.Search'); ?></h4>
                </div>
                    <div class="row">
                      <?php if(isset($places)): ?>
                        <?php if($places->isEmpty() != true): ?>
                        <?php $__currentLoopData = $places; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $place): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <div class="col-md-4 col-sm-6">
                            <div class="box-search">
                            <?php if(isset($place->images->first()->img)): ?>
                                <img src="<?php echo e(asset($place->images->first()->img)); ?>">
                                <?php else: ?>
                                <img src="<?php echo e(asset('2.jpg')); ?>">
                                <?php endif; ?>

                                <div class="box-content">
                                    <div class="inner-content">
                                 <?php if(app()->getLocale() == 'ar'): ?>

                                      <a href="<?php echo e(route('place',$place->slogen_ar)); ?>">  <h3 class="title"><?php echo e($place->title_ar); ?></h3></a>
                                        <div class="description"> <?php echo str_limit($place->description_ar, $limit =20, $end = '...'); ?></div>
                                        <?php else: ?>
                                        <a href="<?php echo e(route('place',$place->slogen_en)); ?>">  <h3 class="title"><?php echo e($place->title_en); ?></h3></a>
                                        <div class="description"> <?php echo str_limit($place->description_en, $limit =20, $end = '...'); ?></div>
                                     <?php endif; ?>
                                    </div>

                                </div>
                            </div>
                        </div>
                      <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                      <?php else: ?>
                      <div class="text-center">
                                     <h2 ><?php echo e(trans('massege.notfoundplace')); ?></h2>
                         </div>
                         <?php endif; ?>
                         <?php else: ?>
                         <div class="text-center">
                                        <h2 ><?php echo e(trans('massege.notfoundplace')); ?></h2>
                            </div>

                      <?php endif; ?>

                    </div>
                </div>
        </section>
    <!-- end contentpage -->
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.front.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>