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

기타 상품 관리

  • 기타 상품 관리
  • @if ($etcProduct?->id) 상세 @else 등록 @endif
@if ($etcProduct?->id) @else @endif

상품 구분

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

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

항목 구분
etc_product_id) || $etcProduct?->etc_product_type_id == 3) value="{{ $etcProduct?->etc_type_detail ?? '' }}">

이용일

이용 횟수

미이용 차감일

기본 정보

상품명

간략 소개
설명
소비자가

판매가

썸네일

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

포함 상품

변경 히스토리

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