{{-- Actifisys (dnyActifisys) developed by Daniel Brendel (C) 2019 - 2023 by Daniel Brendel Version: 1.0 Contact: dbrendel1988gmailcom GitHub: https://github.com/danielbrendel/ Released under the MIT license --}} @if (isset($announcements)) @foreach ($announcements as $key => $announcement)

{{ $announcement->title }}

{!! $announcement->content !!}
@endforeach @endif