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

Detail Klasifikasi Rekap Konten

  • Detail klasifikasi rekap konten dapat dilihat di sini.
{{--
Personal Information

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

--}}
Nama Klasifikasi {{$contentRecapClassification->name}}
Tahun {{$contentRecapClassification->year}}
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')}}
Dibuat Oleh {{$contentRecapClassification->enhancer->name}}
{{--
--}}
Deskripsi
{!! filled($contentRecapClassification->description) ? $contentRecapClassification->description : 'Tidak ada deskripsi' !!}
@include('partials.dashboard.footer', ['rich_editor' => false])