voting added

This commit is contained in:
HolgerHatGarKeineNode
2023-03-11 10:22:33 +01:00
parent 05746fe380
commit 135d9fc1eb
3 changed files with 26 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
<div class="flex items-center space-x-2">
<img class="h-12" src="{{ $row->user->profile_photo_url }}" alt="{{ $row->user->name }}">
<div>
{{ $row->user->name }}
</div>
</div>