@extends('layouts.app') @section('body-class', 'page-news') @section('content') @hookinsert('article.index.top') @include('shared.articles') @hookinsert('article.index.bottom') @endsection