{!! $product->description !!}
@if ($product->detalhe_item !== null)
{!! $product->detalhe_item !!}
@endif @if($product->rate)
{!! $product->rate !!}
@endif @if ($product->images->where('ordem', 99)->count() > 0)
@foreach ($product->images->where('ordem', 99) as $image) @if(config('app.env') === 'local') @else @endif @endforeach
@endif