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

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

--}}
Headline {{$announcement->headline}}
Tanggal {{idn_date($announcement->created_at, 'l, d F Y')}}
{{--
--}}
Media
@foreach ($announcement->media as $media) {{$media->name}} @endforeach
Konten
{!!$announcement->content!!}
@include('partials.dashboard.footer', ['rich_editor' => false])