@php $currency = $brandCurrency; @endphp
@if ($product->new)
NUEVO
@endif {{ $product->name }}

{{ $product->name }}

{!! nl2br($product->description) !!}

@foreach ($tags as $tag) {{ $tag['value'] }} @endforeach
@if ($product->price != 0) {{ $currency['symbol'] }} {{ number_format($product->price, $currency['decimals'], $currency['decimal_separator'], $currency['thousands_separator']) }} @endif