@if($product->created_at->diffInDays(now()) < 30)
@lang('shop.New')
@endif
@if($product->isBundle())
layers
@lang('shop.Bundle')
@endif
@if($product->category)
{{ $product->category->name }}
@else
@endif
@if($product->average_rating > 0)
star
{{ number_format($product->average_rating, 1) }}
@endif
{{ $product->name }}
{{ Str::limit(strip_tags($product->description), 80) }}