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/b856acf8469dda783b6b13b6f62f67589cc7e1c3.php
<?php $__env->startSection('contant'); ?>
	<!-- Banner Section Four -->
    <section class="banner-section-four">
        <div class="banner-carousel owl-carousel owl-theme">
            <!-- Slide Item -->
            <?php $__currentLoopData = \App\Models\Banners::all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <div class="slide-item" style="background-image: url('<?php echo e($item->picture); ?>')">
                <div class="auto-container">
                    <div class="content-box">

                        <h2><?php echo $item->title; ?></h2>
                        <div class="video-link">
                            <a href="<?php echo e($item->description); ?>" data-fancybox="" data-caption=""><i class="icon fa fa-play" aria-hidden="true"></i></a>
                        </div>
                    </div>
                </div>
            </div>
            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
        </div>
    </section>
    <!-- End Banner Section -->


	<!-- Experiance Section -->
	<section class="experiance-section" style="background-image: url(<?php echo e(asset('assets/images/background/2.jpg')); ?>)">
		<div class="auto-container">

			<!-- Experiance Info Tabs -->
			<div class="experiance-info-tabs">
				<!-- Experiance Tabs -->
				<div class="experiance-tabs tabs-box">

					<!-- Tab Btns-->
					<ul class="tab-btns tab-buttons clearfix">
                    <?php $__currentLoopData = \App\Models\Servicedetails::all()->where('service_id', 3); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <?php if(!isset($active_btn)){$active_btn = 'active-btn'; }else{$active_btn='';} ?>
						<li data-tab="#prod-<?php echo e($item->id); ?>" class="tab-btn  <?php echo e($active_btn); ?>"><img src="<?php echo e($item->picture); ?>" alt=""  width="50px"><br><br> <?php echo e($item->title); ?> </li>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
					</ul>

					<!--Tabs Container-->
					<div class="tabs-content">
                        <?php $__currentLoopData = \App\Models\Servicedetails::all()->where('service_id', 3); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <?php if(!isset($active_tab)){$active_tab = 'active-tab'; }else{$active_tab='';} ?>
                            <div class="tab <?php echo e($active_tab); ?>" id="prod-<?php echo e($item->id); ?>">
                                <div class="content">
                                    <div class="text"><?php echo $item->description; ?></div>
                                </div>
                            </div>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
					</div>
				</div>

			</div>
		</div>
	</section>
	<!-- End Experiance Section -->

	<!-- Fluid Section One -->
	<div class="container-fluid">
		<div class="row">
			<div class="photocradle" style="width:100%;min-height: 900px;"></div>
		</div>
	</div>

	<!-- Call To Action Two -->
	<section class="call-to-action-section-two">
		<div class="auto-container">
			<div class="inner-container">
				<h3 style="font-size: 21px;">
				<?php echo e(\App\Models\Settings::where('id', 16)->first()->value); ?>

				</h3>
			</div>
		</div>
	</section>

	<!-- End Call To Action Two -->

	<section class="text-center">
		<div class="auto-container">
			<div class="inner-container">
				<a href="<?php echo e(route('brands')); ?>"><img src="<?php echo e(asset( \App\Models\Images::where('id', 1)->first()->picture )); ?>" alt="Makeen" />	</a>
			</div>
		</div>
	</section>



	<!-- News Section -->
	<section class="news-section">
		<div class="auto-container">
			<!-- Sec Title -->
			<div class="sec-title centered">
				<div class="title"><?php echo e(\App\Models\Settings::where('id', 17)->first()->value); ?></div>
				<h2> <?php echo e(\App\Models\Settings::where('id', 18)->first()->value); ?></h2>
			</div>
			<div class="row clearfix">
				<!-- News Block -->
				<?php $__currentLoopData = \App\Models\Servicedetails::all()->where('service_id', 2); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
				<div class="news-block col-lg-4 col-md-6 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 endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

			</div>
		</div>
	</section>
	<!-- End News Section -->

	<!-- Map Section -->
	<section class="contact-map-section">
		<div class="auto-container">
			<!-- Map Boxed -->
			<div class="map-boxed">
				<!--Map Outer-->
				<div class="map-outer">
					<iframe
						src="<?php echo e(\App\Models\Settings::where('id', 19)->first()->value); ?>"
						width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"
						referrerpolicy="no-referrer-when-downgrade" class="form-control"></iframe>
				</div>
			</div>
		</div>
	</section>
	<!-- End Map Section -->
<?php $__env->stopSection(); ?>

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

Youez - 2016 - github.com/yon3zu
LinuXploit