@props([ // 有動作 [default:true] 'hasActionMode' => !isset($attributes['has-action']) || $attributes['has-action'] === '1' ? true : false, // 有圖片模式 [default:true] 'hasImageMode' => !isset($attributes['has-image']) || $attributes['has-image'] === '1' ? true : false, ]) @php // 商品價格 // $price = optional($product->activity_product)->price ?? $product->price ?? $product->original_price; $price = $product->sell_price; @endphp