<?php $__env->startSection('title', "Özgün Tarım -  Haberler"); ?>
<?php $__env->startSection('_content'); ?>
<div class="container">
    <div id="news" class="clearfix page">
        <div style="margin-bottom: 7px;"  class="title"><h2 style=" font-size:23px; font-weight: 600;"><?php echo $news->title; ?></h2></div>
		<div class="col-md-3">
		  <img  src="<?php echo asset('modules/news/news/'.$news->cover); ?>" class="pull-left img-responsive img-polaroid thumbnail">
		</div>
		<div class="col-md-9">
        <?php echo $news->value; ?>
		</div>
		<div class="clearfix"></div>
    </div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.wrap', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>