@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'news']) @include('partials.dashboard.header')
{{--
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
Gambar @if (filled($news->image)) Lihat gambar @else Tidak ada gambar @endif
Dilihat {{$news->viewers ?? '-'}}
Dibuat Pada {{idn_date($news->created_at, 'l, d F Y')}}
{{--
--}}
Konten
{!!$news->content ?? '-' !!}

Kembali @if (!filled($news->deleted_at)) Ubah @endif
@include('partials.dashboard.footer', ['rich_editor' => false])