403Webshell
Server IP : 3.138.164.131  /  Your IP : 216.73.216.136
Web Server : Apache
System : Linux ns1.techtime.me 4.18.0-147.8.1.el8.lve.1.x86_64 #1 SMP Mon Jun 29 09:55:57 EDT 2020 x86_64
User : injazaat ( 1471)
PHP Version : 8.1.20
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/injazaat/public_html/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/injazaat/public_html/storage/framework/views/4013c86e948e781b0899b07874abd4b03f1c126e.php
<?php $__env->startSection('contant'); ?>
	<!--Page Title-->
    <section class="page-title">
		<div class="pattern-layer-one"></div>
    	<div class="auto-container">
			<h2>Search Results</h2>
			<ul class="page-breadcrumb">
				<li><a href="<?php echo e(route('home')); ?>">home</a></li>
				<li>Search Results</li>
			</ul>
        </div>
    </section>

	<section class="news-section">
		<div class="auto-container">
			
			<div class="row clearfix">
				<!-- News Block -->
				<?php $__currentLoopData = $search_data; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <?php if($item->service_id == 2): ?>
                        <div class="news-block col-lg-3 col-md-3 col-sm-12">
                            <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">
                                <div class="image">
                                    <a href="<?php echo e(route('press-details', $item->id)); ?>"><img src="<?php echo e($item->picture); ?>" alt="" /></a>
                                </div>
                                <div class="lower-content">
                                    
                                    <h4><a href="<?php echo e(route('press-details', $item->id)); ?>"><?php echo e($item->title); ?></a></h4>
                                    <div class="text"><?php echo $item->description; ?></div>
                                    <a class="read-more" href="<?php echo e(route('press-details', $item->id)); ?>">Read More<span class="arrow flaticon-long-arrow-pointing-to-the-right"></span></a>
                                </div>
                            </div>
                        </div>
                    <?php endif; ?>
                    <?php if($item->service_id == 1): ?>
                        <div class="news-block col-lg-3 col-md-3 col-sm-12">
                            <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">
                                <div class="image">
                                    <a href="<?php echo e(route('brands')); ?>"><img src="<?php echo e($item->picture); ?>" alt="" /></a>
                                </div>
                                <div class="lower-content">
                                    
                                    <h4><a href="<?php echo e(route('brands')); ?>"><?php echo e($item->title); ?></a></h4>
                                    <div class="text"><?php echo $item->description; ?></div>
                                    <a class="read-more" href="<?php echo e(route('brands')); ?>">Read More<span class="arrow flaticon-long-arrow-pointing-to-the-right"></span></a>
                                </div>
                            </div>
                        </div>
                    <?php endif; ?>        
                    <?php if($item->service_id == 3): ?>
                        <div class="news-block col-lg-3 col-md-3 col-sm-12">
                            <div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">
                                <div class="image" style="background-color:#fff;">
                                    <a href="<?php echo e(route('home')); ?>"><img src="<?php echo e($item->picture); ?>" alt="" /></a>
                                </div>
                                <div class="lower-content">
                                    
                                    <h4><a href="<?php echo e(route('home')); ?>"><?php echo e($item->title); ?></a></h4>
                                    <div class="text"><?php echo $item->description; ?></div>
                                    <a class="read-more" href="<?php echo e(route('home')); ?>">Read More<span class="arrow flaticon-long-arrow-pointing-to-the-right"></span></a>
                                </div>
                            </div>
                        </div>
                    <?php endif; ?>                       
				<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

			</div>
            <div class="row">
                <div class="col-md-12 col-xs-12">
                    <hr>
                    <?php $__currentLoopData = $settings_data; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <?php if(in_array($item->id, $contact_page_arr)): ?>
                            <h5><?php echo $item->value; ?></h5>
                            <p>
                                <?php echo \App\Models\Settings::where('id', 14)->first()->value; ?> 
                                <br>
                                <?php echo \App\Models\Settings::where('id', 15)->first()->value; ?> 
                            </p>
                            
                            <a href="<?php echo e(route('contact')); ?>"> Go to Page </a>
                            <hr>
                        <?php endif; ?>
                        <?php if(in_array($item->id, $about_page_arr)): ?>
                            <h5><?php echo $item->value; ?></h5>
                            <p><?php echo Str::Limit(\App\Models\Settings::where('id', 22)->first()->value, 250); ?> .... </p>
                            <a href="<?php echo e(route('about')); ?>"> Go to Page </a>                        
                            <hr>
                        <?php endif; ?>
                        <?php if(in_array($item->id, $brand_page_arr)): ?>
                            <h5><?php echo $item->value; ?></h5>
                            <a href="<?php echo e(route('brands')); ?>"> Go to Page </a>                        
                            <hr>
                        <?php endif; ?> 
                        <?php if(in_array($item->id, $home_page_arr)): ?>
                            <h5><?php echo $item->value; ?></h5>
                            <a href="<?php echo e(route('home')); ?>"> Go to Page </a>                        
                            <hr>
                        <?php endif; ?>  
                        <?php if(in_array($item->id, $news_page_arr)): ?>
                            <h5><?php echo $item->value; ?></h5>
                            <a href="<?php echo e(route('press')); ?>"> Go to Page </a>                        
                            <hr>
                        <?php endif; ?> 
                        <?php if(in_array($item->id, $careers_page_arr)): ?>
                            <h5><?php echo $item->value; ?></h5>
                            <a href="<?php echo e(route('careers')); ?>"> Go to Page </a>                        
                            <hr>
                        <?php endif; ?>                          
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>     
                </div>       
            </div>			
		</div>
	</section>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('en.layouts.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/injazaat/public_html/resources/views/en/search.blade.php ENDPATH**/ ?>

Youez - 2016 - github.com/yon3zu
LinuXploit