@php use App\Components\SearchQueryComponent; use Carbon\Carbon; use App\Enums\ProductStatus; use App\Enums\OrderProductStatus; $listStatus = OrderProductStatus::asSelectArray(); @endphp @extends('layouts.admin') @section('content')
交換商品名 | 交換商品番号 | ギフト名 |
---|---|---|
{{ $giftExchange->giftBoxes->name }} | {{ $giftExchange->shopify_gift_id }} | @if (!empty($giftExchange->gifts->orderProduct->name)) {{ $giftExchange->gifts->orderProduct->name }} @endif |