@if($configs->isEmpty())
등록된 설정이 없습니다.
| 설정 이름 | 환경 | 인증키 | 서버 URL | 상태 | 관리 |
|---|---|---|---|---|---|
|
{{ $config->name }}
@if($config->description)
{{ Str::limit($config->description, 50) }}
@endif
|
{{ $config->environment_label }} |
{{ $config->masked_cert_key }}
|
{{ Str::limit($config->base_url, 35) }} |
@unless($config->is_active)
@endunless
|