mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
7 lines
211 B
PHP
7 lines
211 B
PHP
<div class="flex items-center space-x-2">
|
|
<img class="h-12" src="{{ $row->user->profile_photo_url }}" alt="{{ $row->user->name }}">
|
|
<div>
|
|
{{ str($row->user->name)->limit(10) }}
|
|
</div>
|
|
</div>
|