fix on server
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
@if ($inherited['tags'])
|
@if ($inherited['tags'])
|
||||||
<h6> Tags</h6>
|
<h6> Tags</h6>
|
||||||
@foreach ($inherited['tags'] as $tag)
|
@foreach ($inherited['tags'] as $tag)
|
||||||
<button type="button" class="btn btn-secondary btn-xs">{{ $tag['group']['name'] }}-{{ $tag['name']['fr'] }}</button>
|
<button type="button" class="btn btn-secondary btn-xs">{{ $tag['group']['name'] }}-{{ $tag['name']['fr'] ?? $tag['name'] }}</button>
|
||||||
@endforeach
|
@endforeach
|
||||||
@endif
|
@endif
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
|||||||
Reference in New Issue
Block a user