{{ $news->title }}
{{ __('news.posted', ['date' => $news->published_at->diffForHumans()]) }}
{!! $news->body !!}
@extends('theme::layouts.app') @section('theme::title', __('seo.news.index', ['name' => $news->title])) @section('theme::content')
{{ __('news.posted', ['date' => $news->published_at->diffForHumans()]) }}
{!! $news->body !!}