| 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 : |
<!-- HEADER START -->
<header class="site-header header-style-1 mobile-sider-drawer-menu">
<!-- SITE Search -->
<div id="search-toggle-block">
<div id="search">
<form role="search" id="searchform" action="/search" method="get" class="radius-xl">
<div class="input-group">
<input class="form-control" value="" name="q" type="search" placeholder="Type to search"/>
<span class="input-group-append"><button type="button" class="search-btn"><i class="fa fa-search"></i></button></span>
</div>
</form>
</div>
</div>
<div class="top-bar site-bg-secondry">
<div class="container">
<div class="d-flex justify-content-between">
<div class="wt-topbar-left d-flex flex-wrap align-content-start">
<ul class="wt-topbar-info e-p-bx text-white">
<li><i class="fa fa-map-marker"></i> <?php echo e(\App\Models\Settings::where('id', 1)->first()->value); ?>
</li>
<li><i class="fa fa-phone"></i> <?php echo e(\App\Models\Settings::where('id', 2)->first()->value); ?>
</li>
<li><i class="fa fa-envelope"></i> <?php echo e(\App\Models\Settings::where('id', 3)->first()->value); ?>
</li>
</ul>
</div>
<div class="wt-topbar-right d-flex flex-wrap align-content-center">
<div class="header-search">
<!-- <a href="javascript:;" class="header-search-icon"><i class="fa fa-search"></i></a> -->
<a style="color:#ffffff;" href="<?php echo e(route('home-ar')); ?>">ARABIC</a>
</div>
</div>
</div>
</div>
</div>
<div class="container header-middle clearfix">
<div class="logo-header">
<div class="logo-header-inner logo-header-one">
<a href="<?php echo e(route('home')); ?>">
<img src="<?php echo e(asset('assets/images/logonew.png')); ?>" alt="" />
</a>
</div>
</div>
<div class="header-info">
<ul>
<li>
<div class="icon-md">
<span class="icon-cell"><i class="flaticon-trophy"></i></span>
</div>
<div class="icon-content">
<strong><?php echo e(\App\Models\Settings::where('id', 4)->first()->value); ?></strong>
<span><?php echo e(\App\Models\Settings::where('id', 5)->first()->value); ?></span>
</div>
</li>
<li>
<div class="icon-md">
<span class="icon-cell"><i class="flaticon-stamp"></i></span>
</div>
<div class="icon-content">
<strong><?php echo e(\App\Models\Settings::where('id', 6)->first()->value); ?></strong>
<span><?php echo e(\App\Models\Settings::where('id', 7)->first()->value); ?></span>
</div>
</li>
</ul>
</div>
</div>
<div class="sticky-header main-bar-wraper navbar-expand-lg">
<div class="main-bar">
<div class="container clearfix">
<!-- NAV Toggle Button -->
<button id="mobile-side-drawer" data-target=".header-nav" data-toggle="collapse" type="button" class="navbar-toggler collapsed">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar icon-bar-first"></span>
<span class="icon-bar icon-bar-two"></span>
<span class="icon-bar icon-bar-three"></span>
</button>
<!-- MAIN Vav -->
<div class="nav-animation header-nav navbar-collapse collapse d-flex justify-content-center">
<ul class=" nav navbar-nav">
<?php $__currentLoopData = \App\Models\Links::orderBy('link_priority', 'asc')->get(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li <?php if(Route::current()->getName() == $item->external_link): ?> class="active" <?php endif; ?>>
<a href="<?php echo e(route($item->external_link)); ?>"><?php echo e($item->name); ?></a>
</li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
</div>
<div class="header-nav-request">
<a href="#" class="contact-slide-show"><?php echo e(\App\Models\Settings::where('id', 8)->first()->value); ?> <i class="fa fa-angle-right"></i></a>
</div>
</div>
</div>
</div>
</header>
<!-- HEADER END -->
<?php /**PATH /var/www/html/techtime-projects/fakhr/resources/views/en/layouts/header.blade.php ENDPATH**/ ?>