@if ($product->isInSale())
-{{ number_format($product->promocao_valor, 0, '', '') }}{{ $product->promocao_tipo == 1 ? Helper::currencySymbol() : '%' }}
@endif @if ($product->wishlisted && $product->wishlisted['user_id'] === $userId) @else @endif {{ $product->nome }}
@if ($product->brand)
{{ $product->brand['marca'] }}
{{ $product->cutName(40) }}
@else
{{ $product->cutName(40) }}
@endif @if ($product->isInSale())
{{ Helper::formatAsCurrency($product->regularPrice) }} {{ Helper::formatAsCurrency($product->salePrice) }}
@else
{{ Helper::formatAsCurrency($product->salePrice) }}
@endif @if ($product->hasStock()) @else @include('shared.form-availability', [ 'product' => $product, ]) @endif