@php $announcements = \App\Models\Announcement::current()->orderBy('sort_order')->get(); @endphp @if($announcements->count() > 0)