@php /*if(!isset($datos)) dd($nivel); else dd($datos);*/ if(!isset($class)) $class = 'jstree'; @endphp @if($nivel == 1)
@else @if(is_string($datos))
  • {{$datos}}
  • @else @php $sig_nivel = $nivel + 1; @endphp @foreach($datos as $key => $subdata) @if(is_string($subdata))
  • {{$subdata}}
  • @else
  • {{$key}}
  • @endif @endforeach @endif @endif