@include('partials.dashboard.head') @include('partials.dashboard.sidebar', ['page' => 'announcements']) @include('partials.dashboard.header')
{{$title}}
@csrf
@error('headline') {{$message}} @enderror
@error('user_ids') {{$message}} @enderror
@error('link') {{$message}} @enderror
@error('attachment') {{$message}} @enderror

Kembali
@include('partials.dashboard.footer', ['rich_editor' => true])