This commit is contained in:
Le Libre Au Quotidien 2020-10-27 18:19:58 +01:00
parent dcbd5dd477
commit 1dd2ab54fb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@extends('master')
@section('body')
<div class="softbox center">
<img width="200px" src="{{ asset('storage/') .$content->img }}" alt="{{ $content->name }} Logo">
<img width="200px" src="{{ asset('storage/') ,$content->img }}" alt="{{ $content->name }} Logo">
<h3>{{ $content->name }}</h3>
{{ $content->description }}
<p class="licence">{{ $content->licence }}</p>