{{ __('emails.new_order.body_intro') }}
| {{ __('emails.new_order.image') }} | {{ __('emails.new_order.product') }} | {{ __('emails.new_order.unit_price') }} | {{ __('emails.new_order.quantity') }} | {{ __('emails.new_order.subtotal') }} |
|---|---|---|---|---|
|
@if(isset($productImages[$item->product_id]))
🍱
@endif
|
{{ $item->product->pro_description }}
@if(isset($item->size_description))
{{ $item->size_description }}
@endif
|
{{ number_format($item->price, 2) }}€ | {{ $item->quantity }} | {{ number_format($item->quantity * $item->price, 2) }}€ |
{{ __('emails.new_order.closing_message') }}
{{ __('emails.new_order.thank_you') }}
{{ __('emails.processing.thank_you') }}
{{ __('emails.processing.closing_message') }}
© {{ date('Y') }} {{ $companyName ?? 'Dona Marmita' }}. {{ __('emails.footer.copyright') }}