{{-- Thumbnail --}}
@if($image)

@else
{{ Str::upper(Str::substr($productName, 0, 1)) }}
@endif
@if($discountPercent)
{{ $discountPercent }}%OFF
@endif
{{-- Product Info --}}
{{-- Footer --}}
{{-- Discount Badge --}}
@if($hasDiscount)
{{ $discountPercent }}% OFF
@if($savingAmount > 0)
Save {{ \App\Support\StorefrontPresenter::money($savingAmount) }}
@endif
@endif
{{-- Store name for food cards --}}
@if($isFoodCard && $storeName)
{{ $storeName }}
@endif
@endif