{{$product->product_name}}
@if($product_variant->product_variant_price == $product_variant->product_variant_selling_price)
₹ {{number_format($product_variant->product_variant_selling_price)}}
@else
₹ {{number_format($product_variant->product_variant_price)}}
₹ {{number_format($product_variant->product_variant_selling_price)}}
@endif
{{$product->product_description}}
{{$attribute_row->attribute_name}}: {{$attribute_value_row['product_attribute_value']}}
@endif @endforeach-
@foreach($attribute_values_array[$attribute_row->id] as $attribute_value_row)
@php
$background_colour_code_array = explode('&', $attribute_value_row['product_attribute_value_alias']);
$background_colour_code_one = $background_colour_code_array[0];
@endphp
@endforeach
-
@foreach($attribute_values_array[$attribute_row->id] as $attribute_value_row)
@endforeach
{{$attribute_row->attribute_name}}: {{$attribute_value_row['product_attribute_value_alias']}}
@endif @endforeach-
@foreach($attribute_values_array[$attribute_row->id] as $attribute_value_row)
- {{$attribute_value_row['product_attribute_value']}} @endforeach
-
@foreach($attribute_values_array[$attribute_row->id] as $attribute_value_row)
- {{$attribute_value_row['product_attribute_value']}} @endforeach
-
Description
{{$product->product_description}}
@if(!empty($product->product_size_guide))
-
Size details
{!!nl2br($product_variant->product_size_guide_description)!!}
Size guide
@endif
@foreach($product_sections as $product_section_row)
-
{{$product_section_row->section_title}}
{!!nl2br($product_section_row->section_content)!!}
@endforeach