{{ session('success') }}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $e)
- {{ $e }} @endforeach
Tone: {{ ucfirst($announcement->tone) }} @if ($announcement->starts_at) · starts {{ $announcement->starts_at->diffForHumans() }} @endif @if ($announcement->expires_at) · expires {{ $announcement->expires_at->diffForHumans() }} @endif