@extends('dashboard.base') @section('content')
| Image | Notice | Type | Status | Published | Expires | Actions |
|---|---|---|---|---|---|---|
|
@if($notice->image_url)
|
{{ $notice->title }}
|
{{ $notice->notice_type ?: 'General' }} | {{ $notice->status }} | {{ $notice->published_date ? $notice->published_date->format('Y-m-d') : 'Not set' }} | {{ $notice->expiry_date ? $notice->expiry_date->format('Y-m-d') : 'No expiry' }} |