@extends("app") @section('head_title', $category->name .' | '.get_buzzy_config('sitename') ) @section('head_description', $category->description ) @section('body_class', "category-page") @section("content") @if(!empty($lastFeaturestop))

{{ $category->name }} | @foreach($category->children as $cat) {{ $cat->name }} @endforeach

@foreach($lastFeaturestop->slice(0,1) as $item)
@include('._particles._lists.features_list', ['descof' => 'on','metaon' => 'on'])
@endforeach
@foreach($lastFeaturestop->slice(1,1) as $item)
@include('._particles._lists.features_list', ['descof' => 'on','metaon' => 'on'])
@endforeach
@foreach($lastFeaturestop->slice(2,2) as $item)
@include('._particles._lists.features_list', ['metaon' => 'on'])
@endforeach
@endif
@include('_particles.category.title') @if(count($posts) > 0)
@include('pages.catpostloadpage')
@else @include('errors.emptycontent') @endif
@endsection