1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

show multiple instance comments

the previous update cycle only showed the latest comment from Sources
concerning a specific instance

now all available comments are pulled from denylist data to be displayed
under Description on the front end
This commit is contained in:
ro
2024-09-17 15:41:31 -06:00
parent 0eeab6355e
commit 2932af0d3f
3 changed files with 26 additions and 4 deletions

View File

@ -7,7 +7,11 @@
<section>
<article>
<h2>Description</h2>
{{$location->description}}<br />
@foreach($comments as $comment)
@if($comment != " " && $comment != '')
{{trim($comment)}}<br /><br />
@endif
@endforeach
<h2>References</h2>
<h3>Images</h3>
@if($images != null)