@if ($child->isFolder())
@foreach ($child->children as $subChild) @include('themes.flaty.files.common.folder-childs', ['child' => $subChild]) @endforeach
@else
{!! $child->getFileIcon() !!}
{{ $child->getFullName() }}
@endif