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