@include('includes.frontleft')
@if(count($category))
@foreach($category as $key=>$item) @endforeach
@endif @if(count($subcategory))

@endif
@include('frontend.ajax')
@if(count($postlist)>5)
@endif
@include('includes.frontright')