This commit is contained in:
Mathieu Lagace
2019-09-03 16:42:45 -04:00
parent dda94c1b7c
commit fbd644fd8a
24 changed files with 1123 additions and 259 deletions

View File

@@ -27,7 +27,7 @@
@endforeach
</div>
<p>
{{ $new->body }}
{!! $new->body !!}
</p>
<span class="news-small">{{ \App\User::find($new->user_id)->fullname()}}, {{ $new->created_at }}</span>
</div>