@foreach ($productModel->fotos() as $key => $foto)
@endforeach
{{ $productModel->name }}
{{ $productModel->subname }}
{!! $productModel->status() !!} @if ($productModel->draw_date)
Data do sorteio {{ date('d/m/Y', strtotime($productModel->draw_date)) }} {{-- {!! $product->dataSorteio() !!} --}}
@endif
POR APENAS
R$ {{ $product[0]->price }}
@if (env('REQUIRED_DESCRIPTION')) @if (!env('HIDE_TITLE_DESC'))
📋 Descrição
@endif
{!! $productDescription !!}
@endif