{{ locale_field($product, 'name') }}
{{ locale_field($product, 'summary') }}
@endif @if ($card['has_price'] ?? false){{ $card['formatted_price'] }}
@endif @if ($product->ai_recommendation_percent){{ __('site.card_ai_recommend', ['percent' => $product->ai_recommendation_percent]) }}
@endif-
@foreach ($specs as $key => $row)
@if (is_array($row))
@php
$label = $row['label'] ?? $row['title'] ?? $row['key'] ?? null;
$value = $row['value'] ?? $row['text'] ?? null;
@endphp
@if ($label !== null && $label !== '')
- {{ $label }}
- {{ $value ?? '—' }}
- {{ $key }}
- {{ $row }}
{{ __('site.detail_faq_contact') }}