| {{ __('Title') }} | {{ __('Creator') }} | {{ __('Targets') }} | {{ __('Status') }} | {{ __('Published') }} | {{ __('Expires') }} |
|---|---|---|---|---|---|
| @if($announcement->is_sticky) 📌 @endif {{ Str::limit($announcement->title, 50) }} | {{ $announcement->creator?->name ?? 'System' }} | {{ $announcement->targets->pluck('role')->implode(', ') }} |
@if($announcement->published_at)
|
{{ $announcement->published_at?->format('M d, Y H:i') ?? '—' }} | {{ $announcement->expires_at?->format('M d, Y H:i') ?? '—' }} |