first
This commit is contained in:
103
storage2/framework/views/d4259cd84f3ab6df71f2eedd5fde24e2.php
Normal file
103
storage2/framework/views/d4259cd84f3ab6df71f2eedd5fde24e2.php
Normal file
@@ -0,0 +1,103 @@
|
||||
<?php $__env->startSection('content'); ?>
|
||||
<!--Page Header Start-->
|
||||
<section class="page-header">
|
||||
<div class="page-header__bg" style="background-image: url('<?php echo e($page->banner); ?>');"> </div>
|
||||
<div class="container">
|
||||
<div class="page-header__inner">
|
||||
<div class="thm-breadcrumb__box">
|
||||
<ul class="thm-breadcrumb list-unstyled">
|
||||
<li><a href="<?php echo e(route('home')); ?>">Home</a></li>
|
||||
<li><span>-</span></li>
|
||||
<li>Post details</li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>Post details</h2>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Header End-->
|
||||
|
||||
<!--Blog Details Start-->
|
||||
<section class="blog-details">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xl-8 col-lg-7">
|
||||
<div class="blog-details__left">
|
||||
<div class="blog-details__content-one">
|
||||
<div class="blog-details__content-one-img"> <img src="<?php echo e($page->image); ?>" alt="">
|
||||
<div class="blog-one__date">
|
||||
<p><?php echo e(getFormatted(date:$page->date, format:'d')); ?>
|
||||
|
||||
<br> <span><?php echo e(getFormatted(date:$page->date, format:'M')); ?></span></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-details__content-one-details">
|
||||
<ul class="blog-details__meta list-unstyled">
|
||||
<li> <a href="#"><span class="icon-user-icon"></span><?php echo e($page->author); ?></a> </li>
|
||||
</ul>
|
||||
<h3 class="blog-details__title"><?php echo e($page->title); ?></h3>
|
||||
<?php echo $page->description; ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="blog-details__content-three">
|
||||
<div class="blog-details__content-three-img-boxes">
|
||||
<?php if($page->images): ?>
|
||||
<div class="row">
|
||||
<div class="col-xl-6">
|
||||
<div class="blog-details__content-three-img"> <img src="<?php echo e($page->images[0]); ?>"
|
||||
alt=""> </div>
|
||||
</div>
|
||||
<div class="col-xl-6">
|
||||
<div class="blog-details__content-three-img"> <img src="<?php echo e($page->images[1]); ?>"
|
||||
alt=""> </div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-4 col-lg-5">
|
||||
<div class="sidebar">
|
||||
<div class="sidebar__single sidebar__post">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Recent Post</h3>
|
||||
</div>
|
||||
<ul class="sidebar__post-list list-unstyled">
|
||||
<?php $__currentLoopData = $recentBlogs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<li>
|
||||
<div class="sidebar__post-image"> <img src="<?php echo e($post->image); ?>" alt=""> </div>
|
||||
<div class="sidebar__post-content">
|
||||
<p class="sidebar__post-date"><span class="icon-calendar"></span><?php echo e(getFormatted(date:$post->date, format:'d M, Y')); ?></p>
|
||||
<h3 class="sidebar__post-title"><a href=<?php echo e(route('blog.single', $post->slug)); ?>><?php echo e($post->title); ?></a></h3>
|
||||
</div>
|
||||
</li>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__gallery">
|
||||
<div class="sidebar__title-box">
|
||||
<h3 class="sidebar__title">Social Media</h3>
|
||||
</div>
|
||||
<div class="fb-page" data-href="<?php echo e(setting('facebook')); ?>" data-tabs="timeline" data-width="" data-height="400" data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="false">
|
||||
<blockquote cite="<?php echo e(setting('facebook')); ?>" class="fb-xfbml-parse-ignore"><a href="<?php echo e(setting('facebook')); ?>">Rohini International Education Services</a></blockquote>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sidebar__single sidebar__support">
|
||||
<div class="sidebar__support-bg"
|
||||
style="background-image: url('<?php echo e(asset('rohini/assets/images/backgrounds/sidebar-support-bg.jpg')); ?>');"> </div>
|
||||
<div class="sidebar__support-icon"> <span class="icon-icon-call"></span> </div>
|
||||
<h3 class="sidebar__support-title">Get quality <br>
|
||||
consultancy <br>
|
||||
services</h3>
|
||||
<div class="sidebar__support-btn-box"> <a href="<?php echo e(route('page.load', 'contact-us')); ?>" class="sidebar__support-btn thm-btn"><span class="icon-right-arrow"></span> Direct Contact</a> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Blog Details End-->
|
||||
<?php $__env->stopSection(); ?>
|
||||
<?php echo $__env->make('client.rohini.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\installed\xampp\htdocs\Consultancy-CCMS\resources\views/client/rohini/pages/blog-single-template.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user