@include('livewire.front.modals') @section('title', 'INICIO')
@if (Auth::check()) @else @endif

Nuestros productos

@foreach ($productos->where('status', 1) as $product)
@if ($product->image->path == '1746716467.webp')









@else @endif
{{ $product->name }}

{{ $product->categoria->name }}

{{ money($product->price) }}

@endforeach