@extends('layouts.dashboard') @section('title', 'Notices') @section('content')
| Text | Live | Window | Status | |
|---|---|---|---|---|
| {{ \Illuminate\Support\Str::limit($notice->text, 60) }} | {{ $notice->live ? 'Yes' : 'No' }} | {{ $notice->starts_at?->format('Y-m-d H:i') ?? 'Always' }} – {{ $notice->ends_at?->format('Y-m-d H:i') ?? 'Open' }} | @if ($notice->is_placeholder) placeholder @endif | Edit |