@include('auth.top-account')
@include('category.filter-side-category')
@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
{{$product->name}}

R$ {{ $product->price_7_days }}

    @foreach ($colors as $color)
  • @endforeach
@endforeach
Mostrando {{ $products->firstItem() }}-{{ $products->lastItem() }} de {{ $products->total() }} Resultados
@include('home.footer') @include('category.quick-modal')