@if(session('success')) @endif @if(session('error')) @endif

{{ $item->title }}

@if($item->category) {{ $item->category }} @endif @if($item->level) {{ $item->level }} @endif
@if($item->cover) {{ $item->title }} @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) @else
@csrf
@endif