@extends("domains.common.layouts.layout") @section("header") @vite([ 'resources/js/domains/common/tomSelect.js', 'resources/js/domains/common/tomSelectAllCheck.js', ]) @endsection @section("main-content")
번호 | 등록 일시 | 서비스 구분 | 상품 구분 | 모듈 | 전시 상태 | 접수 상태 | 카테고리 | 상품명 |
최저 옵션가
i
할인 적용된 경우 할인가로 노출됩니다.
|
할인 | 쿠폰/ 구매 혜택 |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $product->id }} |
@if (isset($product->created_at))
{{ explode(" ", $product->created_at)[0] }} {{ explode(" ", $product->created_at)[1] }} @else - @endif |
{{ $product->service->name }} | {{ $product->sales_type }} | {{ $product->module->name }} | {{ $product->activated == 1 ? "전시" : "비전시" }} | {{ $product->is_accepted == 1 ? "오픈" : "마감" }} | {{ $product->productCategories?->implode("name", ", ") ?? "-" }} | {{ $product->name }} | @php $tmpOption = $product->productOptions->sortBy(fn ($option, $key) => $option->is_discounted ? $option->discount_price : $option->sales_price)->first(); @endphp{{ $tmpOption->is_discounted ? $tmpOption->discount_price : $tmpOption->sales_price }} | {{ !empty($product->productOptions->firstWhere("is_discounted", 1)) ? "포함" : "-" }} | - |
No data. |