{{ $item['itemDescription'] }}
Delivery {{ $selectedCountry->currency->isSymbolAfterAmount ? round($order['transportCost'], $selectedCountry->currency->decimalPlaces) . ' ' . $selectedCountry->currency->symbol : $selectedCountry->currency->symbol . ' ' . round($order['transportCost'], $selectedCountry->currency->decimalPlaces) }}
Totali për të paguar {{ $selectedCountry->currency->isSymbolAfterAmount ? round(($order ? $order['total'] : 0), $selectedCountry->currency->decimalPlaces) . ' ' . $selectedCountry->currency->symbol : $selectedCountry->currency->symbol . ' ' . round($order ? $order['total'] : 0, $selectedCountry->currency->decimalPlaces) }}