@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
{{--
--}} @if ($announcement->users[0]->pivot->category !== 'system')
Pengguna
@foreach ($announcement->users as $user) {{$user->name}} @endforeach
@endif
Konten
{!!$announcement->content!!}
@if (filled($announcement->attachment))
@if (filled($announcement->attachment)) @else - @endif
@endif
Kembali @if ($announcement->users[0]->pivot->category !== 'system') Ubah @endif
@include('partials.dashboard.footer', ['rich_editor' => false])