This commit is contained in:
Ludovic CANDELLIER
2022-01-23 09:02:43 +01:00
parent f4aecc9130
commit 94a162deb7
3 changed files with 14 additions and 56 deletions

View File

@@ -42,7 +42,7 @@
<div class="row mb-3">
<div class="col-12">
{{ Form::label('description', 'Description') }}
{{ $article['description'] ?? null }}
{!! $article['description'] ?? null !!}
</div>
</div>
@@ -55,3 +55,6 @@
</div>
</div>
<script>
initChevron();
</script>