@hookupdate('front.products.show.variants.value')
@foreach($variants as $key => $variant)
{{ $variant['name'][front_locale_code()] ?? '-' }}
@foreach($variant['values'] as $vk => $value)
{{ $value['name'][front_locale_code()] ?? '-' }}
@endforeach
@endforeach
@endhookupdate
@endif
@push('footer')
@endpush