| 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 : |
<?php $__env->startSection('contant'); ?>
<!--Page Title-->
<section class="page-title">
<div class="pattern-layer-one"></div>
<div class="auto-container">
<h2> News Details</h2>
<ul class="page-breadcrumb">
<li><a href="<?php echo e(route('home')); ?>">home</a></li>
<li>News Details</li>
</ul>
</div>
</section>
<!--End Page Title-->
<!-- Sidebar Page Container -->
<div class="sidebar-page-container">
<div class="auto-container">
<div class="row clearfix">
<!-- Content Side -->
<div class="content-side col-lg-12 col-md-12 col-sm-12">
<div class="news-detail">
<div class="inner-box">
<div class="upper-box">
<h3><?php echo e($pressdetails->title); ?></h3>
</div>
<div class="image">
<img src="<?php echo e(asset($pressdetails->picture)); ?>" alt="" />
</div>
<div class="lower-content">
<?php echo $pressdetails->description; ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Sidebar Page Container -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('en.layouts.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/demotechtime/public_html/injtest/resources/views/en/press-details.blade.php ENDPATH**/ ?>