6 lines
194 B
PHP
6 lines
194 B
PHP
@props(['comment'])
|
|
<div class="rounded-lg bg-white border border-gray-200 py-2 px-3">
|
|
<p class="font-bold text-accent-600">{{$comment->user->name}}</p>
|
|
<p>{{$comment->text}}</p>
|
|
</div>
|