@php $brand = $company->display_name ?? $company->name; @endphp

{{ $brand }}

Comanda ta a fost primită cu succes.

Comanda
#{{ $order->number }}
{{ $order->created_at->isoFormat('D MMM YYYY, HH:mm') }} · {{ \App\Models\Tenant\OnlineOrder::DELIVERY[$order->delivery_method] ?? $order->delivery_method }}

Produsele tale

@foreach ($items as $item) @endforeach @if ((float) $order->delivery_fee > 0) @endif
{{ $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 }}
@if ($order->address)

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 ?? '—' }}.