Example #1
0
<?php

$dataTag = Template::getTagNameByPost("");
$dataNews = Template::getPostAll("", 3, 9);
$projectRandon = Template::getRandonPost(2);
?>
	@if($dataTag)
		<div class="col-lg-3 col-md-3 col-xs-12 col-sm-12 box-sidebar">
			<div class="boxin-sidebar">
				<h4 class="title-boxin-sidebar">Danh mục</h4>
					@foreach($dataTag as $k=>$item)
						<a class="btn btn-default" href="{{URL::route('get_tags',array($item->id,Unicode::makeUnicode($item->tag)))}}">{{$item->tag}}<span class="badge">{{$item->numPost}}</span></a>
					@endforeach
			</div>
		</div>
	@endif

	<div class="col-lg-3 col-md-3 col-xs-12 col-sm-12 box-sidebar">
		<div class="boxin-sidebar">
			<h4 class="title-boxin-sidebar">Dự án đã thi công</h4>
			<div id="slide-div" class="pics">
				<a href="{{URL::route('get_product_detail',array($projectRandon[0]->id,Unicode::makeUnicode($projectRandon[0]->title)))}}">
					<p class="title-randon-pro"><span>Khách sạn Lam Kinh Thanh Hóa</span></p>
					<img class="img-slide" src="{{Functions::getImageInContent($projectRandon[0]->content)}}">
				</a>
			</div>
		</div>
	</div>

	@if($dataNews)
		<div class="col-lg-3 col-md-3 col-xs-12 col-sm-12 box-sidebar">