@lang('Announcements')
@if (count($announcements) > 0)
@lang('View All')
@endif
@if (count($announcements) > 0)
@foreach ($announcements as $announcement)
@include('announcements::partials.navbar.item')
@endforeach
@else
@lang('No new announcements at the moment.')
@endif