{{ strtoupper(substr($item->name, 0, 1)) }}
@endif
{{ $item->name }}
{{ $currency }}{{ number_format($item->discounted_price ?? $item->price, 0) }} @if($item->discounted_price){{ $currency }}{{ number_format($item->price, 0) }}@endif