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:
@ -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)
|
||||
|
Reference in New Issue
Block a user