@extends("common.layout-popup") @section("page-title", "[결제관리] 상품검색") @section("content")
상품번호 | 판매여부 | 카테고리 | 상품명 | 옵션명 | 핀매가 | 소비자가 | 모듈 | |
---|---|---|---|---|---|---|---|---|
{{ $item->product_id }} | {{ $item->product->is_sellable == 1 ? "판매중" : "마감" }} | {{ isset($item->product->productCategories[0]) ? $item->product->productCategories[0]->name : '' }} | {{ $item->product->name }} | {{ $item->name }} | {{ number_format($item->sales_price) }} | {{ number_format($item->consumer_price) }} | {{ $item->product->module }} |