@php $id = $activeAnnouncement?->id ?? 0; @endphp
@if($activeAnnouncement && $placement === 'top' && ($activeAnnouncement->type === 'banner' || $activeAnnouncement->type === 'flash'))

{{ $activeAnnouncement->type === 'flash' ? 'Hot News' : 'Promo' }} {{ $activeAnnouncement->message }}

@if($activeAnnouncement->link_url) {{ $activeAnnouncement->link_text ?: 'Cek' }} @endif
@endif @if($activeAnnouncement && $placement === 'hero' && $activeAnnouncement->type === 'container')

PENGUMUMAN TERBARU

{{ $activeAnnouncement->message }}

@if($activeAnnouncement->link_url) {{ $activeAnnouncement->link_text ?: 'Dapatkan Sekarang' }} @endif
@endif @if($activeAnnouncement && $placement === 'top' && $activeAnnouncement->type === 'popup')
PROMO TERBARU

{{ $activeAnnouncement->message }}

@if($activeAnnouncement->link_url) {{ $activeAnnouncement->link_text ?: 'Cek Sekarang' }} @endif
@endif