{{-- --}}
{{ Breadcrumbs::render("foreground.product", $product, $ancestors) }}
@empty(!$product->tags)
{{ $product->title }}
{{-- 收藏。使用 livewire, view: resources/views/livewire/product/favorite.blade.php --}}
@foreach($product->tags as $tag)
{{ $tag }}
@endforeach
@endempty
特價 {{ $productSalePrice }}
售價 {{ $productPrice }}
{{-- 規格與數量,使用 livewire: resources/views/livewire/product/variants.blade.php --}}
@if ($isInFeature)
@elseif($isBetween) @elseif($isExpired)
@endif
付款方式
- 信用卡(VISA / Master / JCB)
- ATM
配送方式
- 宅配 {{ $shippingFeeHomeDelivery }} 元
- 全店滿 {{ $freeShipping }} 元免運
@if(!empty(ProductService::getFirstAttribute($product)->number))
產品編號
- {{ ProductService::getFirstAttribute($product)->number }}
產品特色
{!! $product->summary !!}
@endif
產品規格
-
@foreach($productVariantFirstAttributes as $productVariantFirstAttribute)
- {{ $productVariantFirstAttribute->title }} @endforeach
{!! $product->description !!}
{!! $product->attention_note !!}
相關推薦
-
@foreach($randomProducts as $randomProduct)
@if($loop->index >= 3)
@break
@endif
- @endforeach