@extends('template.layout') @section('title', 'Latest News') @section('submenuItem', 'latestnews') @section('news-content') @if(!$newsTicker->isEmpty()) @include('news.boxes.news-ticker', $newsTicker) @endif @endsection @section('content')
{{--|
{!! $news->body !!} |