This commit is contained in:
Le Libre Au Quotidien 2020-10-27 18:44:10 +01:00
parent 0403d4dab0
commit 5c1bd59226
1 changed files with 2 additions and 0 deletions

View File

@ -3,7 +3,9 @@
<div class="softbox center">
<img width="200px" src="/storage/{{ $content->img }}" alt="{{ $content->name }} Logo">
<h3>{{ $content->name }}</h3>
{{ $content->description }}
<p class="licence">{{ $content->licence }}</p>
<p>Créateur(s) / Mainteneur Principal : </p>
@foreach (json_decode($content->creator, true) as $creator)