BookStack/resources/views/entities/tag-list.blade.php

3 lines
89 B
PHP
Raw Normal View History

2018-04-30 13:35:15 +00:00
@foreach($entity->tags as $tag)
@include('entities.tag', ['tag' => $tag])
2018-04-30 13:35:15 +00:00
@endforeach