@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'content_recap_classifications']) @include('partials.dashboard.header')
{{--
Personal Information

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

--}}
Nama Klasifikasi {{$contentRecapClassification->name}}
Rekap Konten @if ($contentRecapClassification->contentRecaps->count() > 0) {{$contentRecapClassification->contentRecaps->count()}} @else {{$contentRecapClassification->contentRecaps->count()}} @endif
Dibuat Pada {{idn_date($contentRecapClassification->created_at, 'l, d F Y')}}
{{--
--}}
Deskripsi
{!! filled($contentRecapClassification->description) ? $contentRecapClassification->description : '-' !!}

@include('partials.dashboard.footer', ['rich_editor' => false])