{{ $companyName ?? 'Dona Marmita' }}

{{ __('emails.processing.title') }}

{{ __('emails.processing.subtitle') }}

{{ __('emails.greeting', ['name' => $order->payment_full_name ?? $order->ord_payment_firstname]) }}

⚙️

{{ __('emails.processing.status_processing') }}

{{ __('emails.processing.body_1') }}

{{ __('emails.processing.body_2') }}

{{ __('emails.processing.order_details') }}

{{ __('emails.processing.order_number') }} #{{ $order->ord_id }}
{{ __('emails.processing.order_date') }} {{ \Carbon\Carbon::parse($order->created_at)->format('d/m/Y H:i') }}
@if($order->ord_total_amount || $order->ord_total)
{{ __('emails.processing.total_amount') }} {{ number_format($order->ord_total_amount ?? $order->ord_total, 2, ',', '.') }}€
@endif
{{ __('emails.processing.payment_method') }} {{ $order->ord_formpayment ?? ($order->paymentmethod?->{'pay_description_' . app()->getLocale()} ?? 'N/A') }}

{{ __('emails.processing.order_timeline') }}

1
{{ __('emails.processing.step_1') }}
2
{{ __('emails.processing.step_2') }}
3
{{ __('emails.processing.step_3') }}
4
{{ __('emails.processing.step_4') }}
5
{{ __('emails.processing.step_5') }}

{{ __('emails.processing.preparation_steps') }}

🍃
{{ __('emails.processing.step_1_title') }}

{{ __('emails.processing.step_1_desc') }}

👩‍🍳
{{ __('emails.processing.step_2_title') }}

{{ __('emails.processing.step_2_desc') }}

📦
{{ __('emails.processing.step_3_title') }}

{{ __('emails.processing.step_3_desc') }}

@php $delivery = $order->getDeliveryInfo(); @endphp @if(isset($delivery['delivery_date']))
📅

{{ __('emails.processing.delivery_schedule') }}

{{ $order->delivery_label }}

{{ \Carbon\Carbon::parse($delivery['delivery_date'])->translatedFormat('l, d F Y') }}

{{ __('emails.processing.delivery_note') }}

@endif

{{ __('emails.processing.track_order') }}

{{ __('emails.processing.tracking_note') }}

@if(isset($trackingUrl)) {{ __('emails.processing.track_here') }}

{{ __('emails.processing.tracking_link_note') }}

@endif

{{ __('emails.processing.thank_you') }}

{{ __('emails.processing.closing_message') }}

{{ __('emails.processing.support_available') }}
{{ $companyEmail ?? 'geral@donamarmita.com' }}
{{ $companyPhone ?? '+351 XXX XXX XXX' }}
WhatsApp Facebook Instagram

© {{ date('Y') }} {{ $companyName ?? 'Dona Marmita' }}. {{ __('emails.footer.copyright') }}