Add picture

This commit is contained in:
Mathieu Lagace
2019-08-26 11:43:36 -04:00
parent 1cb85d50ca
commit 2b9cd625d6
11 changed files with 278 additions and 14 deletions

View File

@@ -20,7 +20,7 @@
<h2 class="title">{{ $picture->title }}</h2>
<div><img class="img-responsive w-100" src="{{ $picture->url }}" alt="{{ $picture->title }}"></div>
<p>
{{ $picture->desc }}
{!! $picture->desc !!}
</p>
<span class="news-small">{{ $picture->created_at }}</span>
<a href="{{ url()->previous() }}" class="btn button primary">Retour</a>