@extends('layout') @section('pageTitle', $productName."|".config('globals.app_name')) {{-- @endsection --}} {{-- @section('breadcrumb') @php $breadcrumb = [ ['name' => __("menu.LOC_BONUS_SETTINGS")], ['name' => __('menu.LOC_BONUSES')], ['name' => __('other.LOC_EDIT')], ]; $moduleName = __('menu.LOC_BONUSES'); $backBtn = "/bonus/bonus/"; @endphp @endsection --}} @section('content')
@foreach ($ProductImg as $item => $row) @if ($loop->first) @else @endif @endforeach
{{-- @foreach ($ProductImg as $item) @endforeach --}}

{{ $productName }}

NT$: @php $firstItem = reset($AmountArray); $firstAmount = $firstItem['Amount']; echo $firstAmount; @endphp {{-- {{ array_values($AmountArray)[0] }} --}}

{{-- 「皮滷」的雞翅滷味選用上等新鮮雞翅,經過多道嚴謹工序與獨家滷汁精心熬製。

每一隻雞翅都在滷鍋中吸收滿滿的香料與醬汁,滷至入味又不失肉質的嫩滑。

獨特的滷香隨著每一口撲鼻而來,讓人食慾大增。

雞翅本身的豐富膠質與滷汁的完美結合,不僅增加了口感的層次感,還帶來更深的風味。

這款雞翅滷味特別適合搭配啤酒或當作聚會小食,無論是品味下酒還是分享美食,都能讓每一位饕客回味無窮。

--}} {!! $Product->describe !!}

@foreach ($AmountArray as $key => $val) @if ($loop->first) @else @endif @endforeach
商品數量:
{{-- --}}
{{--
--}}

成功加入購物車

@csrf
@endsection