@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')}}
Link @if (filled($announcement->link)) {{$announcement->link}} @else - @endif
{{--
--}}
Konten
{!!$announcement->content!!}
@include('partials.dashboard.footer', ['rich_editor' => false])