{{ __('Comanda ta a fost primită cu succes.') }}
| {{ $item->name }} × {{ rtrim(rtrim(number_format((float) $item->qty, 2), '0'), '.') }} | {{ number_format((float) $item->total, 2) }} {{ $currency }} |
| {{ __('Livrare') }} | {{ number_format((float) $order->delivery_fee, 2) }} {{ $currency }} |
| {{ __('Total') }} | {{ number_format((float) $order->total, 2) }} {{ $currency }} |
{{ __('Adresă livrare:') }} {{ $order->address }}
@endif{{ __('Urmărește comanda →') }}
Email automat de la {{ $brand }} — nu răspunde la el. Pentru întrebări, sună la {{ $company->phone ?? '—' }}.