@foreach ($children as $child) @if (!empty($child)) @if ($child['isFile'])
  • @if(isset($child['koment']))
    {{$child['koment']}}
    @else {{ $child['fileName'] }} @endif
  • @else @if (count($child['children']) > 0)
  • {{ $child['parent'] }}
  • @endif @endif @endif @endforeach