@include('main.module.component.language-column') @php $i = 1 @endphp @foreach($terms as $item) @if($item[0]['term'] != null) @foreach($item as $key => $term) @if($key == 0) @if($term['term'] != null) @endif @else @endif @endforeach @endif @endforeach
# TermVocabulary Action
{{($i++)}}
{{$term['term']->name}}
@if($term['term']->description != null)

{{$term['term']->description}}

@endif
{{($term['term'] != null) ? __('term.view.translate.yes') : __('term.view.translate.no')}} {{$item[0]['term']->vocname}}