#10 Promotion Modul, Kommentar 2

This commit is contained in:
Kevin Adametz 2021-11-09 18:40:18 +01:00
parent f0da981737
commit c9e1545693
128 changed files with 8194 additions and 637 deletions

View file

@ -0,0 +1,9 @@
<div class="container flex-grow-1 container-p-y pb-0">
<div class="media align-items-center py-3 mb-3">
{{-- <img src="assets/img/avatars/5-small.png" alt="" class="d-block ui-w-100 rounded-circle"> --}}
<div class="media-body ml-4">
<h1 class="text-center">{{ $promotion_user->name }}</h1>
<p class="text-center">{!! nl2br($promotion_user->description) !!}</p>
</div>
</div>
</div>