ConnecTIK Anggota
@csrf
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
{{ $item->title }}
@if($item->category)
{{ $item->category }}
@endif @if($item->level)
{{ $item->level }}
@endif
@if($item->cover)
@endif @if($item->description)
{{ $item->description }}
@endif
{!! \App\Support\HtmlSanitizer::clean($item->content) !!}
Diperbarui {{ $item->updated_at->format('d/m/Y H:i') }}
@if(!empty($hasRead) && $hasRead)
Sudah membaca
@else
@csrf
Tandai sudah membaca
@endif