|
||||||||
{{ __('labels.order.invoice.invoice_to') }}:{{ __('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.payment') }}{{ __('labels.order.table.transaction_id') }} : {{$order->payments->transaction_id}} {{ __('labels.order.invoice.payment_type') }} : {{$order->payments->payment_method}} {{ __('labels.order.table.payment_status') }} : {{__('labels.order.table.'.$order->payments->payment_status)}} |
| {{ __('labels.table.#') }} | {{ __('labels.product.form.pcode') }} | {{ __('labels.order.invoice.product_description') }} | {{ __('labels.order.invoice.price') }} | {{ __('labels.order.invoice.quantity') }} | {{ __('labels.order.invoice.total') }} |
|---|---|---|---|---|---|
| {{++ $index}} | {{$variant->pcode_sku}} | {{$variant->product['name']}} ({{$variant->product->brand['name']}}) - {{$variant->strength}} / {{$variant->pack_qty}} | {{$variant->price}} € | {{$variant->quantity}} | {{$variant->total}} € |
| {{ __('labels.order.invoice.no_product') }} | |||||
| {{ __('labels.order.invoice.no_product') }} | |||||
| {{ __('labels.order.invoice.sub_total') }}: | {{ $order->sub_total_amount }} € | ||||
| {{ __('labels.order.invoice.prescription') }}: | {{ $order->prescription_fee }} € | ||||
| {{ __('labels.order.invoice.discount') }} : | - {{ $order->discount_amount }} € | ||||
| {{ __('labels.order.invoice.shipping') }} ({{ucfirst($order->shipping_method ?? 'standard')}}) : | {{ $order->shipping_cost }} € | ||||
| {{ __('labels.order.invoice.total') }}: | {{$order->total_amount}} € | ||||