@php $addressArray = json_decode($order->shipping_address, true); $address = $addressArray['first_name'].' '.$addressArray['last_name'].', '.$addressArray['house_no'].', '.$addressArray['address'].', '.$addressArray['address_additional'].', '.$addressArray['city'].'
Postleitzahl/PLZ : '.$addressArray['postal_code'].',
Telefon : '.$addressArray['phone']; @endphp

{{__('labels.emails.order.thank_msg')}}

{{__('labels.emails.order.descriptive_msg')}}

id}}" style="background: #0f3f83; color: #fff; display: inline-block; text-decoration: none; padding: 15px 20px; border-radius: 7px;">View Your Order or Visit Our Store

{{ __('labels.order.invoice.customer_info') }}

{{ __('labels.order.invoice.name') }} : {{$order->user->first_name}} {{$order->user->last_name}}

{{ __('labels.order.invoice.email') }} : {{$order->user->email}}

{{ __('labels.order.invoice.address') }} : {!!$address!!}

{{ __('labels.order.invoice.order_details') }}

{{ __('labels.order.table.order_id') }} : #{{$order->order_no}}

{{ __('labels.order.table.transaction_id') }} : {{$order->payments->transaction_id}}

{{ __('labels.order.invoice.payment_type') }} : {{$order->payments->payment_method}}

{{ __('labels.order.table.payment_status') }} : {{$order->payments->payment_status}}

{{__('labels.emails.order.summary')}}

@if(isset($order) && $order->items) @foreach($order->items as $index => $variant) @endforeach @endif
{{$variant->product['name']}} ({{$variant->product->brand['name']}}) - {{$variant->strength}} / {{$variant->pack_qty}} X {{$variant->quantity}} €{{$variant->total}}
@if($order->coupon_id) @endif
Subtotal {{ $order->sub_total_amount }} €
Discount - {{ $order->discount_amount }} €
Shipping {{ $order->shipping_cost }} €
Prescription Fee {{ $order->prescription_fee }} €
Total {{ $order->total_amount }} €