{{$product->product_name}}
{{$product->product_description}}
{{$attribute_row->attribute_name}}:
@else @foreach($attribute_values_array[$attribute_row->id] as $attribute_value_row){{$attribute_row->attribute_name}}: {{$attribute_value_row['product_attribute_value']}}
@endforeach @endif-
@php
$i = 0;
@endphp
@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
@php
$i++;
@endphp
@endforeach
-
@foreach($attribute_values_array[$attribute_row->id] as $attribute_value_row)
@endforeach
{{$attribute_row->attribute_name}}:
@else @foreach($attribute_values_array[$attribute_row->id] as $attribute_value_row){{$attribute_row->attribute_name}}: {{$attribute_value_row['product_attribute_value_alias']}}
@endforeach @endif-
@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
Product Not Available
Out of Stock
Check delivery availability in your city. Choose City.
@elseif(!in_array($current_city, $category_cities))Not available in {{$current_city}}. Change City.
@elseif(in_array($current_city, $category_cities))Available in {{$current_city}}. Change City.
@endif-
Description
{{$product->product_description}}
@if(!empty($product->product_size_guide))
-
Size details
Size guide
@endif
@foreach($product_sections as $product_section_row)
-
{{$product_section_row->section_title}}
{!!nl2br($product_section_row->section_content)!!}
@endforeach