Images{{ $usage['images'] }}
Videos{{ $usage['videos'] }}
Audio{{ $usage['audio'] }}
Documents{{ $usage['documents'] }}
Total{{ $usage['total'] }}
@csrf @method('PATCH')
@include('settings.partials.toggle-row', ['name' => 'auto_download_mobile', 'label' => 'Auto-download on mobile data', 'checked' => $storage['auto_download_mobile'] ?? true]) @include('settings.partials.toggle-row', ['name' => 'auto_download_wifi', 'label' => 'Auto-download on Wi-Fi', 'checked' => $storage['auto_download_wifi'] ?? true])