{{-- Folder icon and name (clickable to navigate) --}}
{{-- Right side container for badge/actions --}}
{{-- File count badge (shown when not hovered or always in read-only mode) --}}
@if($this->rootFileCount > 0)
{{ $this->rootFileCount }}
@endif
@if(!$isReadOnly)
{{-- Hover actions (shown when hovered) --}}
{{-- Add folder in root --}}
@endif