{{ strtoupper(substr(auth()->user()->name ?? 'U', 0, 1)) }}
{{ auth()->user()->name ?? 'Uživatel' }}

@if(isset($currentPath) && !empty($currentPath)) {{ basename($currentPath) }} @else Všechny soubory @endif

@if(isset($currentContent)) @include('files-gallery.partials.files-grid', ['files' => $currentContent]) @else
Žádné soubory
Tato složka je prázdná
@endif
Přetáhněte soubory sem
nebo klikněte pro výběr
Zpracování...
0% 0 / 0
Otevřít
Stáhnout
Přejmenovat
Kopírovat
Přesunout
Vlastnosti
Smazat
@include('files-gallery.partials.image-viewer')