@php $orders = $order; $order = $order instanceof \Illuminate\Support\Collection ? $order->first() : $order; @endphp
{{ __('Full name') }}:
@endif @if ($order->address->phone){{ __('Phone') }}:
@endif @if ($order->address->email){{ __('Email') }}:
@endif @if ($order->full_address){{ __('Address') }}:
@endif @endif @if (!empty($isShowShipping)){{ __('Shipping method') }}:
@endif @if (is_plugin_active('payment')){{ __('Payment method') }}:
{{ __('Payment status') }}:
@if(setting('payment_bank_transfer_display_bank_info_at_the_checkout_success_page', false) && $bankInfo = OrderHelper::getOrderBankInfo($orders)) {!! $bankInfo !!} @endif @endif {!! apply_filters('ecommerce_thank_you_customer_info', null, $order) !!}{{ __('Company name') }}:
{{ __('Company tax code') }}:
{{ __('Company email') }}:
{{ __('Company address') }}: