File Manager - {{ $account->username }} File Manager
{{-- Action Feedback --}}

{{-- Toolbar --}}
{{-- Upload Progress --}}
Uploading

Processing file on server...

{{-- Extraction Progress --}}
Extracting

This may take a while for large archives...

{{-- Bulk Action Bar --}}
{{-- Breadcrumbs --}}
@foreach($breadcrumbs as $index => $crumb) @if($index > 0) @endif {{ $crumb['name'] }} @endforeach
{{-- File Table --}}
@forelse($files as $file) @empty @endforelse
Name Size Modified Actions
@if($file['type'] === 'folder') {{ $file['name'] }} @else {{ $file['name'] }} @endif
{{ $file['size_formatted'] }} {{ $file['modified'] }}
@if($file['type'] === 'file') @if(in_array(strtolower(pathinfo($file['name'], PATHINFO_EXTENSION)), ['zip', 'tar', 'tgz']) || str_ends_with(strtolower($file['name']), '.tar.gz') || str_ends_with(strtolower($file['name']), '.tar.bz2')) @endif @endif
This folder is empty
{{-- Create Modal --}} {{-- Edit Modal --}} {{-- Rename Modal --}} {{-- Move/Copy Modal --}} {{-- Compress Modal --}} {{-- Chmod Modal --}}
@push('scripts') @endpush