@extends("domains.common.layouts.layout") @section("header") @endsection @section("main-content")

CDT 세트 관리

  • CDT 세트 관리
  • @if ($cdtGroup?->id) 상세 @else 등록 @endif
@if ($cdtGroup?->id) @else @endif

CDT 세트 구분

CDT 세트 번호
{{ $cdtGroup?->id ?? '-' }}
활성 구분
activated == 1)>
activated === 0)>
@if ($cdtGroup?->activated === 0 && $cdtGroup?->deactivated_at)
({{ explode(" ", $cdtGroup->deactivated_at)[0] }})
@endif

서비스 구분
@foreach ($services as $key => $service)
id }} @checked($cdtGroup?->service_id == $service->id)>
@endforeach

모듈 구분
@foreach ($modules as $key => $module)
id }} @checked($cdtGroup?->module_id == $module->id)>
@endforeach

기본 정보

CDT 세트명

간략 소개
설명
소비자가

판매가

썸네일

s3_key) src="{{ app(\S3Helper::class)->getDownloadPresignedUrl($cdtGroup->s3_key) }}" @endif >
* 파일 형식 : jpg, jpeg, png / 권장 이미지 사이즈 : 512*344

구성 문제 총 {{ count($cdtGroup?->cdtQuestions ?? []) }}

@if ($cdtGroup?->cdtQuestions) @else

구성된 문제가 없습니다.

@endif
@if ($cdtGroup?->id)

포함 상품

변경 히스토리

@endif
@endsection @push("script") @endpush