		<div class="portlet box blue">
			<div class="portlet-title">
				<div class="caption">
					<i class="fa fa-gift"></i><?php echo e($news->title); ?>

				</div>
			</div>
			<div class="portlet-body">
				<?php if($news->cover_img != ''): ?>
				<img src="<?php echo e($news->cover_img); ?>" style="width:100%">
				<?php endif; ?>
				<?php echo $news->content; ?>

			</div>
		</div>