@php $announcement = Wave\Announcement::orderBy('created_at', 'DESC')->first() @endphp

{{ $announcement->title }}

{{ $announcement->description }}