@include('templates.parts.head')
@include('templates.parts.header')
{{ $brand }}
Filter
By Product
All Brand
By Brand
All Brand
Armani Casa
Martha Stewart Living
Williams Sonoma
@if ( count($products) !== 0 ) @foreach( $products as $index => $product ) @if( $index % 4 == 3 )
{{ $product->name }}
Distribution of fluids at temperatures of 130C and above.
@else
{{ $product->name }}
Distribution of fluids at temperatures of 130C and above.
@endif @endforeach @else
There is no product for this brand..
@endif
@if ( count($products) !== 0 )
Loading More...
@endif
@include('templates.parts.newsletter') @include('templates.parts.footer')