En Inventario
{{ $product['name']}}
$ ${ number_to_price(price_sale) }
SKU: ${ barcode }
Marca: {{ $product['branch']}}
@include_layout('product.detail_variable', ['origen' => 'detail', 'product' => $product])
@include_layout('product.detail_shared')
@if(!empty($product['description_web']))
Descripción:
{!! html_entity_decode($product['description_web']) !!}
@endif