{{ $product->name }} @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) }}

{{ number_format($product->starting_price, 2) }}$
@lang('shop.View Details') arrow_forward