@extends('news.main') @section('content') @include ('news.block.slider')
@include('news.block.featured', ['items' => $itemsFeatured ] ) @include('news.pages.home.child-index.category')
@endsection