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

Detail Rekap Konten

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

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

--}}
Tema Konten {{$contentRecap->content_theme}}
Kanal {{ucfirst($contentRecap->channel)}}
Media Sosial {{ucfirst($contentRecap->social_media)}}
Jenis Konten {{filled($contentRecap->content_type) ? titlefy($contentRecap->content_type) : '-'}}
Tanggal Posting {{idn_date($contentRecap->posted_date, 'l, d F Y')}}
Klasifikasi {{$contentRecap->classification->name}}
Link @if (filled($contentRecap->link)) {{$contentRecap->link}} @else {{'-'}} @endif
Dibuat Pada {{idn_date($contentRecap->created_at, 'l, d F Y')}}
Oleh {{$contentRecap->enhancer->name}}
{{--
--}}
{{--
Admin Note
--}}
{!! display_file('content-recaps', $contentRecap->image) !!}
Deskripsi
{!! $contentRecap->description ?? 'Tidak ada' !!}
@include('partials.dashboard.footer', ['rich_editor' => false])