@extends('layouts.app') @section('title', $news->title) @section('content')
Beranda Portal Berita {{ $news->title }}
@if($news->newsCategory)
{{ $news->newsCategory->title }}
@endif

{{ $news->title }}

@if($news->author)
{{ $news->author->name }}
{{ $news->author->name }} @if(isset($news->author->role)) {{ $news->author->role }} @endif
@endif {{ $news->updated_at->format('d M Y') }} {{ $readingTime }} menit baca {{ $news->views ?? 0 }} tayangan
{{ $news->title }}
{!! $news->content !!}
Bagikan:
@if($newests->count() > 0)

Berita Terbaru

Artikel terbaru dari Desa Cemara

Lihat Semua
@endif @endsection