{{--
--}}
{{-- --}}
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 ?? '-' !!}