@lang('modules.settings.storageSettings')

@if ($storage == 'digitalocean')
@foreach (\App\Models\StorageSetting::DIGITALOCEAN_REGIONS as $key => $data) @endforeach
@endif @if ($storage == 'aws_s3')
@foreach (\App\Models\StorageSetting::AWS_REGIONS as $key => $data) @endforeach
@endif @if ($storage == 'wasabi')
@foreach (\App\Models\StorageSetting::WASABI_REGIONS as $key => $data) @endforeach
@endif @if ($storage == 'minio')
@endif
@lang('app.save') @if ($storage != 'local') @lang('modules.settings.testStorage') @endif @if($localFilesCount > 0 && $storage != 'local') @lang('modules.settings.moveFilesToCloud') @endif
{{ __("modules.settings.testStorage") }} @livewire('forms.testStorage') @if($localFilesCount > 0 && $storage != 'local') {{ __("modules.settings.moveFilesToCloud") }} @livewire('forms.moveFilesToCloud') @endif