{{ __('page.shipping.progress_rewards.title') }}

{{ __('shipping.ui.total_recharged') }}

${{ number_format($this->getUserTotalRecharge(), 2) }} USD

@php $currencyBreakdown = $this->getUserTotalRechargeByCurrency(); @endphp @if ($currencyBreakdown['usd_total'] > 0 || $currencyBreakdown['egp_total'] > 0)
@if ($currencyBreakdown['usd_total'] > 0)
${{ number_format($currencyBreakdown['usd_total'], 2) }} USD
@endif @if ($currencyBreakdown['egp_total'] > 0)
{{ number_format($currencyBreakdown['egp_total'], 0) }} EGP
@endif
Rate: 1 USD = 50 EGP
@endif
Progress to Next Tier

{{ __('shipping.ui.next_level_benefits') }}

{{ __('shipping.ui.needed') }}

{{ __('shipping.ui.all_reward_tiers') }}

{{ __('shipping.ui.pending_rewards') }}

{{ __('shipping.ui.transaction_history') }}