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

@if (request()->query('show')) Kembali @else Kembali @endif
@include('partials.dashboard.footer', ['rich_editor' => true])