@extends('layouts.layout-2') @section('content')
Bestellbestätigung

Vielen Dank,

Deine Bestellung ist bei uns eingegangen. In Kürze erhälst Du von uns eine Bestellbestätigungsmail.

Deine Bestellnummer ist: {{ $order_reference }}


@if($pay_trans && $pay_trans->shopping_payment) @if($pay_trans->shopping_payment->clearingtype === "vor")

Bezahlung per Vorkasse:

Bitte überweise {{ number_format(($pay_trans->shopping_payment->amount/100), 2, ",", ".") }} EUR auf die folgende Kontoverbindung, um den Kauf abzuschließen.
{{__('email.checkout_mail_bank_holder')}} {!! \App\Models\Setting::getContentBySlug('prepayment-account-owner') !!}
{{__('email.checkout_mail_bank_iban')}} {!! \App\Models\Setting::getContentBySlug('prepayment-iban') !!}
{{__('email.checkout_mail_bank_bic')}} {!! \App\Models\Setting::getContentBySlug('prepayment-bic') !!}
{{__('email.checkout_mail_bank_name')}} {!! \App\Models\Setting::getContentBySlug('prepayment-bank') !!}
Gesamtbetrag: {{ number_format( ($pay_trans->shopping_payment->amount/100), 2, ",", ".") }} EUR
Verwendungszweck: {{ $pay_trans->transmitted_data['reference'] }}


@endif @if($pay_trans->shopping_payment->clearingtype === "cc")

Bezahlung per Kreditkarte:

Deine Zahlung wurde genehmigt, eine Bestätigung der Zahlung wird automatisch erstellt.


@endif @if($pay_trans->shopping_payment->clearingtype === "elv")

Bezahlung per SEPA:

Deine Zahlung wird bearbeitet, eine Bestätigung zur Zahlungsabwicklung wird automatisch erstellt.


@endif @if($pay_trans->shopping_payment->clearingtype === "fnc")

Bezahlung per Rechnung:

Deine Bestellung wird bearbeitet, eine Bestätigung zur Bestellungsabwicklung wird automatisch erstellt.


@endif @endif

Dein Team von Grüne Seele

@endsection