| # | Vocabulary | @include('main.module.component.language-column')Action | |
|---|---|---|---|
| {{($i++)}} | @foreach($item as $key => $voc) @if($key == 0) @if($voc['voc'] != null)
{{$voc['voc']->name}}@if($voc['voc']->description != null){{$voc['voc']->description}} @endif |
@endif
@else
{{($voc['voc'] != null) ? __('vocabulary.view.translate.yes') : __('vocabulary.view.translate.no')}} | @endif @endforeach