{{$announcement->announ_title}}

{{ucwords($announcement->announ_title)}}

{!! $announcement->announcement !!}

@if($announcement->announ_external_link) Read More @endif

Previous Comments
@foreach($announcement->comments as $comment)
{{ $comment->name }}
{{ $comment->created_at->diffForHumans() }}

{{ $comment->message }}.

@endforeach
Leave a comment
@if(session()->has('comment_message'))
{{ session('comment_message') }}
@endif
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('message') {{ $message }} @enderror