@if(!empty($product->variant)) @foreach(json_decode($product->variant) as $id => $terms) @php $variant = get_product_variant_list_by_id($id); @endphp @if(!empty($variant))
{{$variant->title}}
@endif @endforeach @endif