@php $filesData = is_array($pageData) ? $pageData : []; $currentPath = $filesData['path'] ?? '/storage/emulated/0'; $roots = $filesData['roots'] ?? []; $listing = $filesData['listing'] ?? ['entries' => [], 'ready' => false, 'error' => null]; @endphp

{{ __('devices.files.title') }}

{{ __('devices.files.hint') }}

@foreach($roots as $root) @endforeach
{{ __('devices.files.col_preview') }} {{ __('devices.files.col_actions') }}
{{ __('devices.files.loading') }}
@push('scripts') @endpush