@extends('index') @section('content')
@foreach ($product->productAlbum as $albumInfo)
{{$product->product_name}}
@endforeach

{{$product->product_name}}

{{__('custom.規格')}}

{{__('custom.商品編號')}}

{{$product->product_number}}

{{__('custom.內容物')}}

{{$product->product_package_content}}

{{__('custom.產區')}}

{{$product->product_area}}

{{__('custom.口味')}}

{{$product->product_taste}}

{{__('custom.市價')}}:{{number_format($product->product_origin_price)}}

{{__('custom.優惠價')}}:NTD {{number_format($product->product_sale_price)}}

{{__('custom.商品優惠')}}
{{__('custom.商品優惠')}}
@foreach($relation_preferential as $item) @endforeach
{{$item['type']}} / {{$item['preferential_title']}}
{{__('custom.商品介紹')}}
{!! html_entity_decode(str_replace('://www.','://',$product->product_content)) !!}
{{__('custom.優惠商品')}}
@foreach($relation_preferential_products as $relation_product_id => $relation_product)
{{$relation_product['name']}}

{{$relation_product['name']}}

NT$ {{number_format($relation_product['price'])}}

{{__('custom.比較')}}
@endforeach
@endsection