@foreach($groups as $key => $value) @if(is_array($value) == false)
  • {{ $key }}
  • @else
  • {{ $key }} @include('translation-manager::files_list', ['groups' => $value, 'indent' => $indent + 1])
  • @endif @endforeach