@if (!$product->created_at->lt(\Carbon\Carbon::now()->subDays(30))) {{ __('routes.NEW') }} @endif
{{ __('routes.QUICK VIEW') }}
@foreach ($variations as $variation) @endforeach @if ($remainingColorsCount > 1) +{{ $remainingColorsCount }} @endif

{{ price($product->sale_price) }} @if ($product->sale_price < $product->regular_price) {{ price($product->regular_price) }} @endif