<?php $__env->startSection('content'); ?>
<div class="aboutus inner">
	<div class="breadcrumb"><a href="<?php echo e(url('/')); ?>">Home</a> > <?php if( !empty($parent) ):?><a href="<?php echo e(url('Sections/'.$parent->seo_url)); ?>"><?php echo e($parent->title); ?></a> > <?php endif;?><a href="<?php echo e(url('Sections/'.$section->seo_url)); ?>"><?php echo e($section->title); ?></a> > <span><?php echo e($article->title); ?></span></div>
	
	<div class="events-details clearfix">
		<p class="events-title"><?php echo e($article->title); ?></p>
		<div class="events-info">
			<p><label>Date:</label><span><?php echo e($article->updated_at); ?></span></p>
		</div>
		<div class="events-details-content">
			<?php echo e($article->content); ?>

		</div>
	</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('theme_ph_layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>