@section('title', $isSuccess ? $news->title : 'Berita tidak ditemukan')
@if ($isSuccess) @php $media = $news->getMedia()->first(); @endphp @if ($media) @endif
{{ $news->title }}
{{ $news->date }}
{{ $news->writter->name }}
{!! $news->content !!}
@if ($prev) {{ $prev->title }} @endif
@if ($next) {{ $next->title }} @endif
@else
{{ $message }}
@endif