@if ($errors->has('auth_url')) @endif
@if ($errors->has('tenant_name')) @endif
@if ($errors->has('username')) @endif
@if ($errors->has('password')) @endif
@if ($errors->has('service_name')) @endif
@if ($errors->has('service_region')) @endif
@if ($errors->has('container_name'))
{{ $errors->first('container_name') }}
@endif
@if ($errors->has('cdn_url'))
{{ $errors->first('cdn_url') }}
@endif