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

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

@endif
{{($voc['voc'] != null) ? __('vocabulary.view.translate.yes') : __('vocabulary.view.translate.no')}}