@foreach ($product->images->where('ordem', 99)->take(1) as $image)
@php
$image->src ? $src2 = config('site.url')."storage/".$image->src : $src2=asset("storage/images/img-indisponivel.jpg")
@endphp
@php $seq2++; @endphp
@endforeach
@foreach ($product->images->where('ordem', 98)->take(1) as $image)
@php
$image->src ? $src2 = config('site.url')."storage/".$image->src : $src2=asset("storage/images/img-indisponivel.jpg")
@endphp
@php $seq2++; @endphp
@endforeach
{{ $rating->title }}
{!! $rating->body !!}
{{ \Carbon\Carbon::createFromFormat('Y-m-d H:i:s', $rating->created_at)->format("d/m/Y") }}