@extends('layouts.admin')
@section('title', 'Announcements')
@section('content')
Announcements
{{ session('status') }}
@endif| Title | Schedule | Status | Actions |
|---|---|---|---|
| {{ $announcement->title }} @if ($announcement->body) {{ \Illuminate\Support\Str::limit($announcement->body, 90) }} @endif | {{ $announcement->starts_at?->format('M d, Y H:i') ?: 'Now' }} to {{ $announcement->ends_at?->format('M d, Y H:i') ?: 'No end' }} | {{ $announcement->is_active ? 'Active' : 'Inactive' }} | |
| No announcements yet. | |||