@extends("domains.common.layouts.layout") @section("header") @routes("product") @vite([ 'resources/js/domains/common/tomSelect.js', 'resources/js/domains/common/tomSelectAllCheck.js', ]) @endsection @section("main-content")

오픈/마감 관리

-
{{ $products->total() }}
{{ $products->links("vendor.pagination.default") }}
적용
@forelse ($products as $product) @php $tmpOption = $product->productOptions->sortBy(fn ($option, $key) => $option->is_discounted ? $option->discount_price : $option->sales_price)->first(); @endphp @empty @endforelse
번호 등록일시 상품 구분 모듈 카테고리 상품명 쿠폰/구매 혜택 할인 최저 옵션가
i
옵션가중 가장 낮은 판매가 또는 할인가가 노출됩니다.
접수 상태 오픈 예약 마감 예약

일괄 적용할 값을 선택 및 입력 후 적용할 옵션들을 목록에서 체크하여 상단의 적용 버튼 선택 시 일괄 적용 가능합니다.
목록에는 전시 / 판매 상품만 노출됩니다.

{{ $product->id }} @if (isset($product->created_at)) {{ explode(" ", $product->created_at)[0] }}
{{ explode(" ", $product->created_at)[1] }} @else - @endif
{{ $product->sales_type }} {{ $product->module->name }} {{ $product->productCategories?->implode("name", ", ") ?? "-" }} {{ $product->name }} 포함 {{ !empty($product->productOptions->firstWhere("is_discounted", 1)) ? "포함" : "-" }}{{ $tmpOption->is_discounted ? $tmpOption->discount_price : $tmpOption->sales_price }}
$product->accepted_reservation_type_id != null])>
$product->accepted_reservation_type_id != 1])>
$product->accepted_reservation_type_id != 2])>
$product->accepted_reservation_type_id != 3])>
$product->accepted_reservation_type_id != 4])> 명 미만

$product->rejected_reservation_type_id != null])>
$product->rejected_reservation_type_id != 1])>
$product->rejected_reservation_type_id != 2])>
$product->rejected_reservation_type_id != 3])>
$product->rejected_reservation_type_id != 4])> 명 미만

No data

@endsection @push("script") @endpush