mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-22 19:19:09 -04:00
Add picture
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user