Product Comparison: {{$bread_crumb}}

Image
@foreach($products_data as $key => $value)
@endforeach
Product
@foreach($products_data as $key => $value) @endforeach
Brand
@foreach($products_data as $key => $value)
{{(isset($value->brand->id)) ? $value->brand->title : ''}}
@endforeach
Summary
@foreach($products_data as $key => $value)
{!! $value->content !!}
@endforeach
 
@foreach($products_data as $key => $value)

@endforeach