@extends('common::prerender.base') @section('head') @include('seo.news-article-page.seo-tags') @endsection @section('body') @include('seo.menu')

{{$article->title}}

{{$article->byline}}

{{$article->source}}

@if($article->image) Article image @endif
{!!$article->body!!}
@endsection