|
@@ -9,6 +9,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</form>
|
|
</form>
|
|
|
<hr>
|
|
<hr>
|
|
|
|
|
+ @foreach($idea->comments as $comment)
|
|
|
<div class="d-flex align-items-start">
|
|
<div class="d-flex align-items-start">
|
|
|
<img style="width:35px" class="me-2 avatar-sm rounded-circle"
|
|
<img style="width:35px" class="me-2 avatar-sm rounded-circle"
|
|
|
src="https://api.dicebear.com/6.x/fun-emoji/svg?seed=Luigi"
|
|
src="https://api.dicebear.com/6.x/fun-emoji/svg?seed=Luigi"
|
|
@@ -17,17 +18,12 @@
|
|
|
<div class="d-flex justify-content-between">
|
|
<div class="d-flex justify-content-between">
|
|
|
<h6 class="">Luigi
|
|
<h6 class="">Luigi
|
|
|
</h6>
|
|
</h6>
|
|
|
- <small class="fs-6 fw-light text-muted"> 3 hour
|
|
|
|
|
- ago</small>
|
|
|
|
|
|
|
+ <small class="fs-6 fw-light text-muted">{{$comment->created_at}}</small>
|
|
|
</div>
|
|
</div>
|
|
|
<p class="fs-6 mt-3 fw-light">
|
|
<p class="fs-6 mt-3 fw-light">
|
|
|
- and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and
|
|
|
|
|
- Evil)
|
|
|
|
|
- by
|
|
|
|
|
- Cicero, written in 45 BC. This book is a treatise on the theory of ethics,
|
|
|
|
|
- very
|
|
|
|
|
- popular during the Renaissan
|
|
|
|
|
|
|
+ {{$comment->content}}
|
|
|
</p>
|
|
</p>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ @endforeach
|
|
|
</div>
|
|
</div>
|