{{ucwords($announcement->announ_title)}} {{Carbon\Carbon::parse($announcement->created_at)->format('d F Y')}} {{ $announcement->views_count }} @if($isLiked) {{ $likeCount }} @else {{ $likeCount }} @endif {!! $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 Name @error('name') {{ $message }} @enderror Email @error('email') {{ $message }} @enderror Message @error('message') {{ $message }} @enderror Post Comment