@extends('layouts.app') @section('title','Notice Board') @section('content')
Audience: {{ $notice->audience ?? 'Public' }}
{{ $notice->message }}
{{ $notice->starts_at?->format('M d, Y') }} - {{ $notice->ends_at?->format('M d, Y') }}