@if ($errors->has('access_key')) @endif
@if ($errors->has('secret_key')) @endif
@if ($errors->has('container_name')) @endif
@if ($errors->has('service_region')) @endif
@if ($errors->has('auth_url'))
{{ $errors->first('auth_url') }}
@endif