@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