Files
einundzwanzig-portal/resources/views/columns/project_proposals/author.blade.php
HolgerHatGarKeineNode 74381a3ff2 tags creation added
2023-03-20 19:27:42 +01:00

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>