{!! isset($pixel) ? $pixel : '' !!}

{{ __('text.checkout_currency') }}

{{ __('text.checkout_language') }}

{{--

--}}

{{ __('text.success_complete') }} {{ __('text.success_congrat') }} {{ session('form.firstname') . ' ' . session('form.lastname') }}{{ __('text.success_choice') }}

@if(session('order') != 'error')
{{ __('text.success_order_number') }} {{ session('order.order_id') }}
@endif
{{ __('text.success_charge') }}{{ $Currency::convert(session('total.checkout_total')) }}, {{ __('text.success_amount') }}
@if (session('order.gift_card'))
@foreach (session('order.gift_card') as $card)
{{ __('text.common_gift_card') }} {{ $Currency::convert($card['price']) }}
{{ $card['code'] }}
@endforeach
@endif
{{ __('text.success_support') }} true-client-support.com
{{ __('text.success_email') }} support@true-client-support.com
{{--

{{ __('text.common_receive') }}

{{ __('text.success_sms') }}

--}}

{{ __('text.complete_bottom_text_1') }}

{{ __('text.complete_bottom_text_2') }}

{{ __('text.success_help') }}

{{ __('text.success_thank') }}