fixes on tags with slug
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<div class="col-12">
|
||||
{{ Form::label('tags', 'Tags') }}<br>
|
||||
@foreach (($article['tags'] ?? null) as $tag)
|
||||
{{ $tag }}
|
||||
<span class="btn btn-xs btn-success pb-2">{{ $tag }}</span>
|
||||
@endforeach
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user