@include('category.filter-category')
@foreach($products as $product)
@php
$images = json_decode($product->images);
$imageUrl = "http://187.62.80.20:8001/
{$images[0]}";
$imageUrl2 = "http://187.62.80.20:8001/
{$images[1]}";
$colors = json_decode($product->colors);
@endphp
@endforeach