@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'news']) @include('partials.dashboard.header')

Detail Berita

  • Detail berita dapat dilihat di sini.
{{--
Personal Information

Basic info, like your name and address, that you use on Nio Platform.

--}}
Judul {{$news->title}}
Kategori @if ($news->category === '0') Berita @elseif ($news->category === '1') Pengumuman @else Tidak Diketahui @endif
Link @if (filled($news->link)) {{$news->link}} @else {{'-'}} @endif
Tag {{$news->tag}}
Dilihat {{$news->views}}
Dibuat Pada {{idn_date($news->created_at, 'l, d F Y')}}
Dibuat Oleh {{$news->author->name}}
{{--
--}}
{{--
Admin Note
--}}
{!! display_file('news', $news->image) !!}
Konten
{!!$news->content ?? '-' !!}
@include('partials.dashboard.footer', ['rich_editor' => false])